mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
feat: add no response action config
This commit is contained in:
parent
5165f342b7
commit
9101884c5e
15
.github/workflows/flag-no-response.yaml
vendored
Normal file
15
.github/workflows/flag-no-response.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: No Response
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
schedule:
|
||||
- cron: '5 * * * *'
|
||||
|
||||
jobs:
|
||||
noResponse:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: lee-dohm/no-response@v0.5.0
|
||||
with:
|
||||
token: ${{ github.token }}
|
Loading…
Reference in New Issue
Block a user