From a56faea7d53b95907ce28eec9f0f830b13722e72 Mon Sep 17 00:00:00 2001 From: Coleen Iona Quadros Date: Mon, 22 Jul 2024 09:29:41 +0200 Subject: [PATCH] comment Signed-off-by: Coleen Iona Quadros --- .github/workflows/merge-acm-flow.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/merge-acm-flow.yaml b/.github/workflows/merge-acm-flow.yaml index bbf1b7f..10a3fd9 100644 --- a/.github/workflows/merge-acm-flow.yaml +++ b/.github/workflows/merge-acm-flow.yaml @@ -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: