1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
Slimefun4/.github/workflows/merge-conflicts.yml
2023-07-09 19:46:43 +01:00

23 lines
430 B
YAML

name: Merge Conflicts
on:
push:
branches:
- master
permissions:
contents: read
pull-requests: write
jobs:
validate:
if: github.repository == 'Slimefun/Slimefun4'
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 }}"