Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pr-deploy.yaml
1 parent b83cdfe commit 9cefd46Copy full SHA for 9cefd46
.github/workflows/stale.yaml
@@ -46,11 +46,21 @@ jobs:
46
del_runs:
47
runs-on: ubuntu-latest
48
steps:
49
- - name: Delete workflow runs
+ - name: Delete PR Cleanup workflow runs
50
uses: Mattraks/delete-workflow-runs@v2
51
with:
52
token: ${{ github.token }}
53
repository: ${{ github.repository }}
54
retain_days: 1
55
keep_minimum_runs: 1
56
delete_workflow_pattern: pr-cleanup.yaml
57
+
58
+ - name: Delete PR Deploy workflow skipped runs
59
+ uses: Mattraks/delete-workflow-runs@v2
60
+ with:
61
+ token: ${{ github.token }}
62
+ repository: ${{ github.repository }}
63
+ retain_days: 0
64
+ keep_minimum_runs: 0
65
+ delete_run_by_conclusion_pattern: skipped
66
+ delete_workflow_pattern: pr-deploy.yaml
0 commit comments