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

19 lines
327 B
YAML
Raw Normal View History

2020-09-03 07:59:46 +00:00
name: Merge Conflicts
on:
push:
branches:
- master
jobs:
validate:
name: Check for merge conflicts
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
2020-12-09 14:02:35 +00:00
CONFLICT_LABEL_NAME: '⚡ Merge Conflicts'
2020-09-03 07:59:46 +00:00
GITHUB_TOKEN: "${{ secrets.ACCESS_TOKEN }}"