Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyihou authored Sep 28, 2024
1 parent 51c2e46 commit 33065ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/stale@main
id: stale
with:
repo-token: ${{ secrets.GRADIENT_GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This PR is stale because it has been open for more than 1 days with no activity. To mark it as active, either remove the `stale` label or comment. Otherwise it will be closed within 7 days.'
days-before-stale: 1
days-before-close: 2
Expand Down

0 comments on commit 33065ee

Please sign in to comment.