@@ -17,18 +17,19 @@ jobs:
17
17
steps :
18
18
- uses : actions/stale@v9
19
19
with :
20
+ # General parameters
21
+ operations-per-run : 100
22
+ remove-stale-when-updated : false
23
+
24
+ # Issue parameters
20
25
close-issue-message : >
21
26
This issue has been automatically closed due to lack of activity. In an
22
27
effort to reduce noise, please do not comment any further. Note that the
23
28
core maintainers may elect to reopen this issue at a later date if deemed
24
29
necessary.
25
- close-pr-message : >
26
- This PR has been automatically closed due to lack of activity.
27
- days-before-stale : 90
28
- days-before-close : 30
30
+ days-before-issue-stale : 90
31
+ days-before-issue-close : 30
29
32
exempt-issue-labels : ' status: accepted,status: blocked,status: needs milestone'
30
- operations-per-run : 100
31
- remove-stale-when-updated : false
32
33
stale-issue-label : ' pending closure'
33
34
stale-issue-message : >
34
35
This issue has been automatically marked as stale because it has not had
38
39
process by "bumping" the issue; doing so will result in its immediate closure
39
40
and you may be barred from participating in any future discussions. Please see
40
41
our [contributing guide](https://github.com/netbox-community/netbox/blob/develop/CONTRIBUTING.md).
42
+
43
+ # Pull request parameters
44
+ close-pr-message : >
45
+ This PR has been automatically closed due to lack of activity.
46
+ days-before-pr-stale : 15
47
+ days-before-pr-close : 15
41
48
stale-pr-label : ' pending closure'
42
49
stale-pr-message : >
43
50
This PR has been automatically marked as stale because it has not had
0 commit comments