Skip to content

Commit e5a4d47

Browse files
temp fix to run this workflow for any pr
1 parent a146285 commit e5a4d47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: 'Stale old issues and prs'
22
on:
33
schedule:
44
- cron: '0 0 * * *'
5-
workflow_dispatch: {}
5+
pull_request:
6+
branches:
7+
- '**'
68

79
permissions:
810
issues: write

0 commit comments

Comments
 (0)