ci: new issue bot
This commit is contained in:
16
.github/workflows/issue_check_inactive.yml
vendored
Normal file
16
.github/workflows/issue_check_inactive.yml
vendored
Normal 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
|
Reference in New Issue
Block a user