Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
  • Loading branch information
coleenquadros committed Jul 22, 2024
1 parent a2abec4 commit a56faea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ jobs:
push-to-fork: ${{ inputs.sandbox }}
push-to-fork-token: ${{ steps.cloner.outputs.token }}
- name: Check if PR exists using gh cli
# This step is a hack for the time being as the create-pull-request action has an issue with listing PRs across different named forks of the same repo.
# This is only to get the PR URL if it exists.
if: github.event_name != 'pull_request' && failure()
id: pr-exists
env:
Expand Down

0 comments on commit a56faea

Please sign in to comment.