Skip to content

Commit 9b8fe7e

Browse files
authored
fix: Permission issue of no-response bot (#822)
Signed-off-by: sheche <sheche@microsoft.com>
1 parent cbf13db commit 9b8fe7e

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
@@ -13,8 +13,10 @@ on:
1313
jobs:
1414
noResponse:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
issues: write
1618
steps:
17-
- uses: lee-dohm/no-response@v0.5.0
19+
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb
1820
with:
1921
token: ${{ github.token }}
2022
daysUntilClose: 14

0 commit comments

Comments
 (0)