fix: no response action not working

This commit is contained in:
Ryan Dowling 2024-03-07 19:56:04 +11:00 committed by GitHub
parent 910fb19f17
commit a76e0f2544
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,19 +1,22 @@
name: No Response
# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
on:
issues:
types: [closed]
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
permissions:
issues: write
jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
- uses: MBilalShafi/no-response-add-label@v0.0.6
with:
token: ${{ github.token }}
daysUntilClose: 14