mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Add needs user action
label handling
This commit is contained in:
parent
b843dab87a
commit
0ff3d4b2ed
1 changed files with 9 additions and 2 deletions
11
.github/workflows/no-response.yml
vendored
11
.github/workflows/no-response.yml
vendored
|
@ -9,11 +9,18 @@ on:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
noResponse:
|
waiting-for-answer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: lee-dohm/no-response@v0.5.0
|
- uses: lee-dohm/no-response@v0.5.0
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
# Label requiring a response
|
|
||||||
responseRequiredLabel: waiting for answer
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue