Skip to content

Auto-merge K8s charm PRs #8881

Auto-merge K8s charm PRs

Auto-merge K8s charm PRs #8881

name: Auto-merge K8s charm PRs
on:
schedule:
- cron: "0 * * * *" # every hour
pull_request:
paths:
- .github/workflows/auto-merge-prs.yaml
jobs:
auto-merge-successful-prs:
name: Auto-merge K8s charm PRs
uses: canonical/k8s-workflows/.github/workflows/auto-merge-successful-prs.yaml@main
secrets: inherit
with:
approve-msg: "Approved for merge by 'auto-merge-prs' action"
dry-run: ${{ github.event_name != 'schedule' }} # only merge the action on schedule events
bot-authors: "app/renovate"
labels: "automerge"
min-passing-checks: 5