Skip to content

Commit 6f60404

Browse files
Fix the permission issue of no-response bot (#1436)
1 parent b23358f commit 6f60404

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/no-response.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ on:
1414
jobs:
1515
noResponse:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
issues: write
1719
steps:
18-
- uses: lee-dohm/no-response@v0.5.0
20+
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb #v0.5.0
1921
with:
2022
token: ${{ github.token }}
2123
daysUntilClose: 14 # Number of days of inactivity before an Issue is closed for lack of response

0 commit comments

Comments
 (0)