ci: remove merge conflict notifier job.
Seems to be broken and it's not worth debugging.
This commit is contained in:
10
.github/workflows/test.yaml
vendored
10
.github/workflows/test.yaml
vendored
@@ -10,16 +10,6 @@ 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