mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-02 00:44:31 +02:00
workflow for checking PR conflicts
This commit is contained in:
parent
a4f456ec84
commit
572c51a3e1
1 changed files with 13 additions and 0 deletions
13
.github/workflows/conflicts.yml
vendored
Normal file
13
.github/workflows/conflicts.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
check_conflicts:
|
||||
name: Check for PR merge conflicts
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
with:
|
||||
CONFLICT_LABEL_NAME: "conflict"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue