fix: no response hitting rate limits, so try using bot token instead

This commit is contained in:
Ryan Dowling 2024-03-08 09:42:29 +11:00 committed by GitHub
parent a76e0f2544
commit e859b38044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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