Add `needs user action` label handling

This commit is contained in:
Ilya Fedin 2024-01-26 22:45:46 +04:00 committed by John Preston
parent b843dab87a
commit 0ff3d4b2ed
1 changed files with 9 additions and 2 deletions

View File

@ -9,11 +9,18 @@ on:
- cron: '0 0 * * *'
jobs:
noResponse:
waiting-for-answer:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
with:
token: ${{ github.token }}
# Label requiring a response
responseRequiredLabel: waiting for answer
needs-user-action:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
with:
token: ${{ github.token }}
responseRequiredLabel: needs user action