Skip to content

Commit

Permalink
Activate stale (#3898)
Browse files Browse the repository at this point in the history
* Update stale.yml

Update pr text
Schedule action 3 times a day

* Delete old .github/stale.yml

* Set exempt-all-milestones to true in stale.yml
  • Loading branch information
w00000dy authored Apr 13, 2024
1 parent 8358272 commit a418cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions .github/stale.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 12 * * *'
- cron: '0 6,12,18 * * *'
workflow_dispatch:

jobs:
Expand All @@ -14,6 +14,7 @@ jobs:
days-before-close: 7
exempt-issue-labels: 'pinned,keep,enhancement,confirmed'
exempt-pr-labels: 'pinned,keep,enhancement,confirmed'
exempt-all-milestones: true
stale-issue-message: >
Hey! This issue has been open for quite some time without any new comments now.
It will be closed automatically in a week if no further activity occurs.
Expand All @@ -23,5 +24,4 @@ jobs:
Hey! This pull request has been open for quite some time without any new comments now.
It will be closed automatically in a week if no further activity occurs.
Thank you for using WLED! ✨
debug-only: true
Thank you for contributing to WLED! ❤️

0 comments on commit a418cd2

Please sign in to comment.