Skip to content

Revolyutsii-class Soviet Dreadnought (#115) #74

Revolyutsii-class Soviet Dreadnought (#115)

Revolyutsii-class Soviet Dreadnought (#115) #74

Workflow file for this run

name: 'Check for merge conflicts'
on:
push:
branches:
- master
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@2e8fcc76c6430272ec8bb64fb74ec1592156aa6a
with:
CONFLICT_LABEL_NAME: "CONFLICT"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000