We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9a3da commit ffe5167Copy full SHA for ffe5167
1 file changed
.github/workflows/detect-merge-conflicts.yaml
@@ -7,7 +7,7 @@ on:
7
- master
8
- bugfix
9
- release/*
10
-
+
11
pull_request_target:
12
types: [synchronize]
13
@@ -16,6 +16,8 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: check if prs are conflicted
19
+ # we experience a high error rate so we allow this to fail but still have the check become green on the PR
20
+ continue-on-error: true
21
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
22
with:
23
dirtyLabel: "conflicts-detected"
0 commit comments