Triage Stale Issues #26389
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Triage Stale Issues | |
on: | |
schedule: | |
- cron: "0 * * * *" | |
workflow_dispatch: | |
jobs: | |
sync-with-project: | |
uses: localstack/meta/.github/workflows/stale-bot.yml@main | |
secrets: | |
github-token: ${{ secrets.PRO_ACCESS_TOKEN }} |