File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Mark stale issues and pull requests
2
2
on :
3
3
schedule :
4
- - cron : " 0 0 * * 1 "
4
+ - cron : " 0 0 * * * "
5
5
# Allow the build to be manually triggered
6
6
workflow_dispatch :
7
7
jobs :
@@ -40,14 +40,14 @@ jobs:
40
40
# Only issues or pull requests with all of these labels are checked if stale. Defaults to `[]` (disabled) and can be a comma-separated list of labels.
41
41
only-labels : # optional, default is
42
42
# The maximum number of operations per run, used to control rate limiting.
43
- operations-per-run : # optional, default is 30
43
+ # operations-per-run: # optional, default is 30
44
44
# Remove stale labels from issues when they are updated or commented on.
45
45
remove-stale-when-updated : false
46
46
# Run the processor in debug mode without actually performing any operations on live issues.
47
- debug-only : true # Until we verify that this actually works!
47
+ debug-only : false
48
48
# The order to get issues or pull requests. Defaults to false, which is descending
49
- ascending : # optional
49
+ # ascending: # optional
50
50
# Skip adding stale message when marking a pull request as stale.
51
- skip-stale-pr-message : # optional
51
+ # skip-stale-pr-message: # optional
52
52
# Skip adding stale message when marking an issue as stale.
53
- skip-stale-issue-message : # optional
53
+ # skip-stale-issue-message: # optional
You can’t perform that action at this time.
0 commit comments