commit 233a0be35c02beef6838c7bfd664d6e893c13a94 parent 4508c9b004d87f7ed1e814186daeda389d9df3fd Author: Olivier Mehani <omehani@mozilla.com> Date: Mon, 22 Dec 2025 21:11:35 +0000 Bug 2001552 - close-pr: don't use GitHub variables in run sections r=zeid,suhaib DOT_GITHUB_OVERRIDE Differential Revision: https://phabricator.services.mozilla.com/D275166 Diffstat:
| M | .github/workflows/close-pr.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/close-pr.yml b/.github/workflows/close-pr.yml @@ -13,5 +13,5 @@ jobs: GH_REPO: ${{ github.repository }} PR: ${{ github.event.pull_request.number }} run: | - gh pr close ${{ env.PR }} --comment "(Automated Close) Please do not file pull requests here, see https://firefox-source-docs.mozilla.org/contributing/how_to_submit_a_patch.html" - gh pr lock ${{ env.PR }} + gh pr close "${PR}" --comment "(Automated Close) Please do not file pull requests here, see https://firefox-source-docs.mozilla.org/contributing/how_to_submit_a_patch.html" + gh pr lock "${PR}"