1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00
Slimefun4/.github/workflows/merge-conflicts.yml
2022-07-14 13:09:49 +02:00

23 lines
381 B
YAML

name: Merge Conflicts
on:
push:
branches:
- master
permissions:
contents: read
pull-requests: write
jobs:
validate:
name: Check for merge conflicts
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: '⚡ Merge Conflicts'
GITHUB_TOKEN: "${{ secrets.ACCESS_TOKEN }}"