Skip to content

Commit c907299

Browse files
committed
update workflow
1 parent 608ca43 commit c907299

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/Close stale issues and Prs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
days-before-issue-close: 5
2222
days-before-pr-close: -1
2323

24-
- uses: GitRML/delete-workflow-runs@main
24+
- name: Delete workflow runs
25+
uses: Mattraks/delete-workflow-runs@v2.0.3
2526
with:
27+
token: ${{ github.token }}
28+
repository: ${{ github.repository }}
2629
retain_days: 1
2730
keep_minimum_runs: 0

0 commit comments

Comments
 (0)