Commit f60205c
build: update action to close stale PRs
My original plan of adding a lable to limit those initially
process as outlined in #48051
does not work I think because adding a lable updates the last
update time.
- Removing the need for the lable
- Remove the cron scheduling so that it only runs when I run it manually
- Fix the display name for the action as I missed updating that after
cut and paste from existing action
The plan will be to find stop dates that should only affect a reasonable
number of PRs at a time and then run in batches using that instead.
Signed-off-by: Michael Dawson <mdawson@devrus.com>
PR-URL: #48196
Reviewed-By: Mestery <mestery@protonmail.com>1 parent 83cfc67 commit f60205cCopy full SHA for f60205c
File tree
Expand file treeCollapse file tree
1 file changed
+1
-5
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
1 file changed
+1
-5
lines changedOpen diff view settings
Collapse file
.github/workflows/close-stale-pull-requests.yml
Copy file name to clipboardExpand all lines: .github/workflows/close-stale-pull-requests.yml+1-5Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | | - |
11 | | - |
12 | 9 | |
13 | 10 | |
14 | 11 | |
| ||
51 | 48 | |
52 | 49 | |
53 | 50 | |
54 | | - |
55 | 51 | |
56 | 52 | |
57 | 53 | |
|
0 commit comments