mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 17:09:46 +08:00
17 lines
323 B
YAML
17 lines
323 B
YAML
|
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
|