.github/workflows/auto-trigger-remove-stale.yml #33
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: "Daily/Trigger: Remove Stale Branches & PRs" | ||
| on: | ||
| schedule: | ||
| - cron: "0 0 * * *" # 12am UTC daily (6pm/7pm CT) | ||
| workflow_dispatch: | ||
| jobs: | ||
| remove-stale: | ||
| name: Remove Stale Branches & PRs | ||
| uses: dispatchitinc/github-actions/.github/workflows/remove-stale.yml@v1 | ||
|
Check failure on line 11 in .github/workflows/auto-trigger-remove-stale.yml
|
||