1 name: close pull request
4 types: [opened, reopened]
10 uses: actions/checkout@v4
12 sparse-checkout: "README.txt"
13 sparse-checkout-cone-mode: false
16 GH_TOKEN: ${{ github.token }}
17 PR: ${{ github.event.number }}
19 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"
20 gh pr lock ${{ env.PR }}