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
|
||||
- cron: '5 * * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
noResponse:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: MBilalShafi/no-response-add-label@v0.0.6
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
daysUntilClose: 14
|
||||
responseRequiredLabel: more-information-needed
|
||||
closeComment: >
|
||||
|
|
Loading…
Reference in a new issue