Skip to content

build(deps): bump org.keycloak:keycloak-services from 26.6.1 to 26.6.… #333

build(deps): bump org.keycloak:keycloak-services from 26.6.1 to 26.6.…

build(deps): bump org.keycloak:keycloak-services from 26.6.1 to 26.6.… #333

name: '💥 Auto-Label Merge Conflicts on PRs'
on:
push:
branches:
- main
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "💥 Merge Conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000