File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Managed by https://github.com/powerhome/software. Do not make changes here, they will be reverted.
2+
3+ name : ' Close stale issues and PRs'
4+ on :
5+ workflow_dispatch :
6+ schedule :
7+ - cron : ' 21 21 * * *'
8+
9+ jobs :
10+ stale :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
14+ with :
15+ operations-per-run : 200
16+ delete-branch : true
17+ stale-pr-message : >
18+ This issue has been automatically marked as stale because it has not had
19+ recent activity. It will be closed in 24 hours if no further activity occurs.
20+
21+ If this change is desirable, please accelerate completing it. If it is not,
22+ please close the PR. If you're blocked on something, please ensure there's
23+ a reference to this PR in a story on your team's board so the team will
24+ follow up, and consider closing the PR for now.
25+
26+ Please do not artificially extend the deadline with a dummy comment. If
27+ necessary, provide a status update, such as "this change is being actively
28+ tested".
29+
30+ Thank you for your contributions and your collaboration in reducing WIP
31+ and cycle time.
32+ days-before-stale : 4
33+ days-before-close : 1
34+ days-before-issue-stale : -1
35+ exempt-pr-labels : dependencies
You can’t perform that action at this time.
0 commit comments