Skip to content

.github/workflows/auto-trigger-remove-stale.yml #33

.github/workflows/auto-trigger-remove-stale.yml

.github/workflows/auto-trigger-remove-stale.yml #33

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

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-trigger-remove-stale.yml

Invalid workflow file

error parsing called workflow ".github/workflows/auto-trigger-remove-stale.yml" -> "dispatchitinc/github-actions/.github/workflows/remove-stale.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.