chore(deps): bump kumahq/kuma-gui to a8515fcaa957fa4295113fbb29c419df2c6aa9c2 #3794
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: auto-merge | |
on: | |
pull_request: | |
types: [labeled, opened, reopened] | |
branches: | |
- 'master' | |
- 'release-*' | |
jobs: | |
pr-mgmt: | |
uses: kumahq/.github/.github/workflows/wfc_pr_management.yml@main | |
with: | |
approve: true | |
merge: true | |
matchLabel: "ci/auto-merge" | |
secrets: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |