File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Stale
2
+ on :
3
+ schedule :
4
+ - cron : ' 37 * * * *'
5
+ permissions :
6
+ issues : write
7
+ pull-requests : write
8
+ jobs :
9
+ stale :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/stale@v9
13
+ with :
14
+ days-before-pr-stale : 7
15
+ days-before-issue-stale : 7
16
+ close-pr-message : " Due to lack of activity this has been closed for now. Feel free to reopen once you are back."
17
+ include-only-assigned : true
18
+ days-before-issue-close : 21
19
+ stale-issue-message : " Due to inactivity you will be unassigned soon and the issue be freed."
20
+ exempt-issue-labels : " shoutout"
21
+ remove-assignee :
22
+ runs-on : ubuntu-latest
23
+ steps :
24
+ - name : Unassign contributor after days of inactivity
25
+ uses :
BoundfoxStudios/[email protected]
26
+ with :
27
+ last-activity : 14
You can’t perform that action at this time.
0 commit comments