1
0
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:
sighphyre 2022-04-20 08:30:13 +02:00
parent 5165f342b7
commit 9101884c5e

15
.github/workflows/flag-no-response.yaml vendored Normal file
View 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 }}