Skip to content

Commit 786f920

Browse files
authored
Update stale_issues.yml
1 parent dcab948 commit 786f920

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/stale_issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/stale@v9
1212
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1314
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.'
1415
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
1516
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
1617
days-before-stale: 30
1718
days-before-close: 7
18-
days-before-pr-close: -1
19+
days-before-pr-close: -1

0 commit comments

Comments
 (0)