forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
20 changed files
with
1,347 additions
and
901 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: 'Close stale issues and PRs' | ||
on: | ||
schedule: | ||
- cron: '0 12 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
days-before-stale: 120 | ||
days-before-close: 7 | ||
stale-issue-label: 'stale' | ||
stale-pr-label: 'stale' | ||
exempt-issue-labels: 'pinned,keep,enhancement,confirmed' | ||
exempt-pr-labels: 'pinned,keep,enhancement,confirmed' | ||
exempt-all-milestones: true | ||
operations-per-run: 1000 | ||
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. | ||
Thank you for using WLED! ✨ | ||
stale-pr-message: > | ||
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 contributing to WLED! ❤️ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.