1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00
Slimefun4/.github/workflows/merge-conflicts.yml
TheBusyBiscuit f0730237e2 [CI skip] Configured remaining workflow permissions
Hopefully I did this right? 👀
2022-07-12 15:05:15 +02:00

23 lines
374 B
YAML

name: Merge Conflicts
on:
push:
branches:
- master
permissions:
contents: read
issues: 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 }}"