We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae8bfe commit 51aa32cCopy full SHA for 51aa32c
.github/workflows/stale.yaml
@@ -52,16 +52,15 @@ jobs:
52
with:
53
token: ${{ github.token }}
54
repository: ${{ github.repository }}
55
- retain_days: 1
56
- keep_minimum_runs: 1
+ retain_days: 30
+ keep_minimum_runs: 30
57
delete_workflow_pattern: pr-cleanup.yaml
58
59
- name: Delete PR Deploy workflow skipped runs
60
uses: Mattraks/delete-workflow-runs@v2
61
62
63
64
- retain_days: 0
65
- keep_minimum_runs: 0
66
- delete_run_by_conclusion_pattern: skipped
67
delete_workflow_pattern: pr-deploy.yaml
0 commit comments