Skip to content

Commit 738c194

Browse files
committed
[ci skip]
1 parent 10970a8 commit 738c194

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ on:
44
schedule:
55
# Every day at 00:00
66
- cron: "0 0 * * *"
7+
workflow_dispatch:
78

89
jobs:
910
stale:
1011
runs-on: ubuntu-latest
1112

12-
permissions:
13-
issues: write
14-
pull-requests: write
15-
1613
steps:
1714
- uses: actions/[email protected]
1815
with:

0 commit comments

Comments
 (0)