File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 # Action #1: Handle issues/PRs awaiting author feedback
2121 # - After 7 days inactive: Adds "stale" label + warning comment
2222 # - After 7 more days inactive: Closes
23- - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
23+ - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
2424 with :
2525 only-labels : " needs author feedback"
2626 days-before-stale : 7
3838 # - Targets: Issues with "enhancement" label (but NOT "needs author feedback")
3939 # - After 365 days inactive: Adds "stale" label + closes immediately (no warning period)
4040 # - Skips: Issues with "needs author feedback" to avoid conflicts with Action #1
41- - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
41+ - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
4242 with :
4343 only-labels : " enhancement"
4444 # Skip issues that need author feedback (handled by the first action with 7+7 day policy)
5555 # Action #3: Handle stale PRs
5656 # - After 180 days inactive: Adds "stale" label + warning comment
5757 # - After 14 more days inactive: Closes
58- - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
58+ - uses : actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
5959 with :
6060 days-before-issue-stale : -1
6161 days-before-issue-close : -1
You can’t perform that action at this time.
0 commit comments