Skip to content

Commit

Permalink
Add issues permissions for handling needinfo requests (#8171)
Browse files Browse the repository at this point in the history
  • Loading branch information
kewisch authored Sep 26, 2024
1 parent 6edfa57 commit dec799c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/needinfo-remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
if: |
github.event.comment.author_association != 'OWNER' &&
github.event.comment.author_association != 'COLLABORATOR'
permissions:
issues: write
pull-requests: write
steps:
- name: Remove needinfo label
uses: octokit/[email protected]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/needinfo-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Close old issues with the needinfo tag
uses: dwieeb/needs-reply@v2
Expand Down

0 comments on commit dec799c

Please sign in to comment.