Skip to content

Commit

Permalink
Fix the permission issue of no-response bot (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen authored Feb 4, 2024
1 parent b23358f commit 6f60404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ on:
jobs:
noResponse:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: lee-dohm/[email protected]
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb #v0.5.0
with:
token: ${{ github.token }}
daysUntilClose: 14 # Number of days of inactivity before an Issue is closed for lack of response
Expand Down

0 comments on commit 6f60404

Please sign in to comment.