mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
Create issue-check-inactive.yml (#29349)
This commit is contained in:
parent
7f09d35ed6
commit
fc26c6a33d
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: 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
|
Loading…
Reference in New Issue
Block a user