Skip to content

CI for approving PRs #278

CI for approving PRs

CI for approving PRs #278

Workflow file for this run

name: auto-approver
run-name: CI for approving PRs
on:
push:
branches:
- "renovate/**"
- "automated-update-charm-libs"
jobs:
auto-approve:
name: Auto-approve and merge pull request
uses: canonical/identity-team/.github/workflows/pr-auto-approval.yaml@732520bcf8f04f777f44d1c3677e7a89f7ce9ab6 # v1.11.0
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}