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

23 lines
430 B
YAML
Raw Normal View History

2020-09-03 07:59:46 +00:00
name: Merge Conflicts
on:
push:
branches:
- master
permissions:
contents: read
pull-requests: write
2020-09-03 07:59:46 +00:00
jobs:
validate:
2023-07-09 18:46:43 +00:00
if: github.repository == 'Slimefun/Slimefun4'
2020-09-03 07:59:46 +00:00
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 }}"