We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88df626 commit ea9738cCopy full SHA for ea9738c
.github/workflows/close-feature-pr.yml
@@ -13,15 +13,15 @@ jobs:
13
name: 🚪 Check Feature PR
14
if: github.repository == 'remix-run/react-router' && github.event.label.name == 'feature-request'
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ pull-requests: write
18
steps:
19
- name: ⬇️ Checkout repo
20
uses: actions/checkout@v4
21
22
- name: 🚪 Close PR
23
env:
24
GH_TOKEN: ${{ github.token }}
- permissions:
- pull-requests: write
25
run: |
26
gh pr comment ${{ github.event.pull_request.number }} -F ./scripts/close-feature-pr.md
27
gh pr edit ${{ github.event.pull_request.number }} --remove-label ${{ github.event.label.name }}
0 commit comments