mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
18 lines
362 B
YAML
18 lines
362 B
YAML
name: Issue Check Inactive
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 0 * * *"
|
|
|
|
jobs:
|
|
issue-check-inactive:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: check-inactive
|
|
uses: actions-cool/issues-helper@v2
|
|
with:
|
|
actions: 'check-inactive'
|
|
inactive-label: 'stale'
|
|
inactive-day: 30
|
|
exclude-labels: 'announcement'
|