fix: Permission issue of no-response bot (#822)

Signed-off-by: sheche <sheche@microsoft.com>
This commit is contained in:
Sheng Chen 2024-02-29 04:08:53 -08:00 коммит произвёл GitHub
Родитель cbf13db16a
Коммит 9b8fe7e4e6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 1 удалений

4
.github/workflows/no-response.yml поставляемый
Просмотреть файл

@ -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