Skip to content

Commit a7ffdfd

Browse files
Trigger stale workflow dry run safely
1 parent b663a5d commit a7ffdfd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
name: Stale Issue Triage
22

33
on:
4+
push:
5+
branches: [ "stale-issues" ]
6+
paths:
7+
- '.github/workflows/stale.yml'
48
schedule:
59
- cron: '20 8 * * 1'
610
workflow_dispatch:
711

812
permissions:
9-
issues: write
13+
actions: read
14+
issues: read
1015
pull-requests: read
1116

1217
jobs:

0 commit comments

Comments
 (0)