mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Merge branch 'master' of github.com:Lite5h4dow/yadm
This commit is contained in:
commit
9ed1af1fab
25
.github/workflows/stale.yml
vendored
Normal file
25
.github/workflows/stale.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
name: Close Stale Issues
|
||||||
|
on: # yamllint disable-line rule:truthy
|
||||||
|
schedule:
|
||||||
|
- cron: "30 1 * * *" # Daily
|
||||||
|
jobs:
|
||||||
|
Stale:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@v4
|
||||||
|
with:
|
||||||
|
close-issue-message: >-
|
||||||
|
This issue was closed because it has been labeled as stale for 7
|
||||||
|
days with no activity.
|
||||||
|
days-before-close: 7
|
||||||
|
days-before-stale: 60
|
||||||
|
exempt-all-assignees: true
|
||||||
|
exempt-issue-labels: in develop
|
||||||
|
exempt-pr-labels: in develop
|
||||||
|
stale-issue-label: stale
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user