fix: Permission issue of no-response bot (#822)
Signed-off-by: sheche <sheche@microsoft.com>
This commit is contained in:
Родитель
cbf13db16a
Коммит
9b8fe7e4e6
|
@ -13,8 +13,10 @@ on:
|
|||
jobs:
|
||||
noResponse:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
- uses: lee-dohm/no-response@v0.5.0
|
||||
- uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
daysUntilClose: 14
|
||||
|
|
Загрузка…
Ссылка в новой задаче