Skip to content

Commit 43bfdcc

Browse files
authored
Update action.yml
1 parent 9d36de4 commit 43bfdcc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
schedule:
44
- cron: '30 1 * * *'
55

6+
permissions:
7+
issues: write
8+
pull-requests: write
9+
610
jobs:
711
stale:
812
runs-on: ubuntu-latest
@@ -11,4 +15,4 @@ jobs:
1115
with:
1216
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
1317
days-before-stale: 30
14-
days-before-close: 5
18+
days-before-close: 5

0 commit comments

Comments
 (0)