commit fa34468a20e6679ee8eabd30f30cad4aa7a4d013 parent d30d0e02134d27f40307d6a57a475f6181e5c877 Author: Olivier Mehani <omehani@mozilla.com> Date: Fri, 19 Dec 2025 04:19:15 +0000 Bug 2001552 - close-pr: don't use GitHub variables in run sections r=zeid,suhaib DOT_GITHUB_OVERRIDE DONTBUILD 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}"