Skip to content

Ignore test branches for auto-approval workflow #41

Ignore test branches for auto-approval workflow

Ignore test branches for auto-approval workflow #41

name: Provide approval for bot PRs
on:
pull_request:
branches-ignore:
- '**test-branch/**'
jobs:
bot_pr_approval:
uses: canonical/operator-workflows/.github/workflows/bot_pr_approval.yaml@main
secrets: inherit