Skip to content

feat(guide-sync): add profile groups #3872

feat(guide-sync): add profile groups

feat(guide-sync): add profile groups #3872

Workflow file for this run

name: Label Conflicts
on:
push:
pull_request:
jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Label merge conflicts
uses: mschilde/auto-label-merge-conflicts@5981f8933e92b78098af86b9e33fe0871cc7a3be # v2.0
if: github.event.repository.fork == false
with:
CONFLICT_LABEL_NAME: "Status: Conflicted"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000