Skip to content

Merge branch 'master' of https://github.com/goonstation/goonstation #45

Merge branch 'master' of https://github.com/goonstation/goonstation

Merge branch 'master' of https://github.com/goonstation/goonstation #45

name: "Label Merge Conflicts"
on:
push:
branches: [master]
jobs:
label_conflicts:
runs-on: ubuntu-latest
if: github.repository == 'goonstation/goonstation'
steps:
- uses: goonstation/label-merge-conflicts-action@v3-G
with:
CONFLICT_LABEL_NAME: "S-Merge-Conflict"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 8
WAIT_MS: 9000
conflict_comment: ''