Create issue-check-inactive.yml (#29349)

This commit is contained in:
xrkffgg 2021-02-24 20:25:00 +08:00 committed by GitHub
parent 7f09d35ed6
commit fc26c6a33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
name: Issue Check Inactive
on:
schedule:
- cron: "0 0 */15 * *"
jobs:
check-inactive:
runs-on: ubuntu-latest
steps:
- name: check-inactive
uses: actions-cool/issues-helper@v1.7
with:
actions: 'check-inactive'
inactive-label: 'Inactive'
inactive-day: 30