There was an error while loading. Please reload this page.
1 parent a06f428 commit 50b862aCopy full SHA for 50b862a
1 file changed
.github/workflows/close-stale-issues-v1.yml
@@ -1,23 +1,22 @@
1
-name: 'Close stale issues and PRs'
+name: "Close stale issues and PRs"
2
3
on:
4
workflow_call:
5
schedule:
6
- - cron: '00 4 * * *'
+ - cron: "00 4 * * *"
7
8
permissions:
9
issues: write
10
pull-requests: write
11
+ actions: write
12
13
env:
- ISSUE_STALE_DAYS: '45'
14
- PR_STALE_DAYS: '30'
15
- ISSUE_CLOSE_DAYS: '60'
16
- PR_CLOSE_DAYS: '45'
+ ISSUE_STALE_DAYS: "45"
+ PR_STALE_DAYS: "30"
+ ISSUE_CLOSE_DAYS: "60"
17
+ PR_CLOSE_DAYS: "45"
18
19
jobs:
20
close_stale_issues:
21
name: Close stale issues and PRs
- permissions:
22
- actions: write
23
uses: cumbucadev/shared-workflows/.github/workflows/close-stale-issues-v1.yml@2535d1542434bda3afa064424a687f0c368db494
0 commit comments