diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 488180f1340..70bcbe7a62c 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/stale@v5.1.1 name: Clean up stale PRs with: - repo-token: ${{ secrets.stale_bot }} + repo-token: ${{ secrets.STALE_BOT }} stale-pr-message: "👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the `Keep` label to hold stale off permanently, or do nothing. If you do nothing this pull request will be closed eventually by the stale bot. Please see CONTRIBUTING.md for more policy details." stale-pr-label: "Stale" exempt-pr-labels: "Keep" # a "Keep" label will keep the PR from being closed as stale