Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Make sure self.target is at least an empty list (#320) #5

Make sure self.target is at least an empty list (#320)

Make sure self.target is at least an empty list (#320) #5

name: Label merge conflicts
on:
push:
branches: ["main"]
pull_request_target:
types: ["synchronize", "reopened", "opened"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
triage-conflicts:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@8c6faa8a252e35ba5e15703b3d747bf726cdb95c # Oct 25, 2021
with:
CONFLICT_LABEL_NAME: "has conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 3
WAIT_MS: 5000