Skip to content

(Scheduled) Stale branch removal #24

(Scheduled) Stale branch removal

(Scheduled) Stale branch removal #24

Workflow file for this run

name: (Scheduled) Stale branch removal
permissions:
contents: write
on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
jobs:
stale-branch:
uses: MicrosoftDocs/max-cpub-test/.github/workflows/Shared-StaleBranch.yml@main

Check failure on line 16 in .github/workflows/StaleBranch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/StaleBranch.yml

Invalid workflow file

error parsing called workflow ".github/workflows/StaleBranch.yml" -> "MicrosoftDocs/max-cpub-test/.github/workflows/Shared-StaleBranch.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
PayloadJson: ${{ toJSON(github) }}
RepoBranchSkipList: '[
"ExampleBranch1",
"ExampleBranch2"
]'
ReportOnly: true
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}