1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2024-10-27 20:34:27 +00:00
TheLocehiliosan_yadm/.github/workflows/stale.yml

26 lines
848 B
YAML
Raw Normal View History

2021-12-22 18:07:36 +00:00
---
name: Close Stale Issues
on: # yamllint disable-line rule:truthy
schedule:
2021-12-22 18:07:36 +00:00
- cron: "30 1 * * *" # Daily
jobs:
2021-12-22 18:07:36 +00:00
Stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
2021-12-22 18:07:36 +00:00
close-issue-message: >-
This issue was closed because it has been labeled as stale for 7
days with no activity.
days-before-close: 7
2021-12-22 18:07:36 +00:00
days-before-stale: 60
exempt-all-assignees: true
2022-03-12 17:36:26 +00:00
exempt-issue-labels: in develop, 1, 2, 3
exempt-pr-labels: in develop, 1, 2, 3
stale-issue-label: stale
2021-12-22 18:07:36 +00:00
stale-issue-message: >-
This issue has been labeled as stale because it has been open 60
days with no activity. Remove stale label or comment or this will
be closed in 7 days.
stale-pr-label: stale