Skip to content

Commit 50b862a

Browse files
authored
ci: revert change 0162eaa (#1022)
1 parent a06f428 commit 50b862a

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
name: 'Close stale issues and PRs'
1+
name: "Close stale issues and PRs"
22

33
on:
44
workflow_call:
55
schedule:
6-
- cron: '00 4 * * *'
6+
- cron: "00 4 * * *"
77

88
permissions:
99
issues: write
1010
pull-requests: write
11+
actions: write
1112

1213
env:
13-
ISSUE_STALE_DAYS: '45'
14-
PR_STALE_DAYS: '30'
15-
ISSUE_CLOSE_DAYS: '60'
16-
PR_CLOSE_DAYS: '45'
14+
ISSUE_STALE_DAYS: "45"
15+
PR_STALE_DAYS: "30"
16+
ISSUE_CLOSE_DAYS: "60"
17+
PR_CLOSE_DAYS: "45"
1718

1819
jobs:
1920
close_stale_issues:
2021
name: Close stale issues and PRs
21-
permissions:
22-
actions: write
2322
uses: cumbucadev/shared-workflows/.github/workflows/close-stale-issues-v1.yml@2535d1542434bda3afa064424a687f0c368db494

0 commit comments

Comments
 (0)