Skip to content

Commit cd52394

Browse files
authored
Update stale.yml
1 parent 719066a commit cd52394

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/stale.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: "0 0 * * *"
6+
permissions:
7+
actions: write
68
jobs:
79
stale:
810
runs-on: ubuntu-latest
@@ -19,3 +21,7 @@ jobs:
1921
days-before-issue-close: 7
2022
days-before-pr-close: -1
2123
exempt-issue-labels: 'bug,enhancement'
24+
- uses: actions/checkout@v4
25+
- uses: gautamkrishnar/keepalive-workflow@v2
26+
with:
27+
use_api: true

0 commit comments

Comments
 (0)