fix: no response hitting rate limits, so try using bot token instead
This commit is contained in:
parent
a76e0f2544
commit
e859b38044
1 changed files with 1 additions and 4 deletions
5
.github/workflows/no-response.yml
vendored
5
.github/workflows/no-response.yml
vendored
|
@ -9,16 +9,13 @@ on:
|
||||||
# Schedule for five minutes after the hour, every hour
|
# Schedule for five minutes after the hour, every hour
|
||||||
- cron: '5 * * * *'
|
- cron: '5 * * * *'
|
||||||
|
|
||||||
permissions:
|
|
||||||
issues: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
noResponse:
|
noResponse:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: MBilalShafi/no-response-add-label@v0.0.6
|
- uses: MBilalShafi/no-response-add-label@v0.0.6
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
daysUntilClose: 14
|
daysUntilClose: 14
|
||||||
responseRequiredLabel: more-information-needed
|
responseRequiredLabel: more-information-needed
|
||||||
closeComment: >
|
closeComment: >
|
||||||
|
|
Loading…
Reference in a new issue