ci: notify when a PR has a merge conflict.
Adds a "merge conflict" label and posts a comment when a PR has a merge conflict. See https://github.com/Marr11317/ConflictAdviser#limitations.
This commit is contained in:
10
.github/workflows/test.yaml
vendored
10
.github/workflows/test.yaml
vendored
@@ -10,6 +10,16 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# https://github.com/Marr11317/ConflictAdviser
|
||||||
|
notify-merge-conflicts:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: Marr11317/ConflictAdviser@v1
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
conflict_label: "merge conflict"
|
||||||
|
comment: 'Rebase needed'
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:20.04
|
container: ubuntu:20.04
|
||||||
|
|||||||
Reference in New Issue
Block a user