ci: new issue bot

This commit is contained in:
Noah Hsu
2022-08-10 20:05:39 +08:00
parent 669ccc40a1
commit fda4db71bf
7 changed files with 52 additions and 4 deletions

View File

@ -0,0 +1,16 @@
name: Check inactive
on:
schedule:
- cron: "0 0 1 * *"
jobs:
check-inactive:
runs-on: ubuntu-latest
steps:
- name: check-inactive
uses: actions-cool/issues-helper@v3
with:
actions: 'check-inactive'
token: ${{ secrets.GITHUB_TOKEN }}
inactive-day: 30