Skip to content

Bump mschilde/auto-label-merge-conflicts from 8c6faa8a to 591722e9 #61

Bump mschilde/auto-label-merge-conflicts from 8c6faa8a to 591722e9

Bump mschilde/auto-label-merge-conflicts from 8c6faa8a to 591722e9 #61

Workflow file for this run

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