mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 21:43:28 +00:00
14 lines
333 B
YAML
14 lines
333 B
YAML
name: 'Check for merge conflicts'
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: mschilde/auto-label-merge-conflicts@2e8fcc76c6430272ec8bb64fb74ec1592156aa6a
|
|
with:
|
|
CONFLICT_LABEL_NAME: 'Merge Conflict'
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|