We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b8d8d commit 86a282eCopy full SHA for 86a282e
.github/workflows/check-open-prs-conflict.yml
@@ -0,0 +1,17 @@
1
+name: "Open PRs Conflicts checker"
2
+on:
3
+ push:
4
+ branches:
5
+ - current
6
+ - sagitta
7
+ - circinus
8
+ workflow_dispatch:
9
+
10
+permissions:
11
+ contents: read
12
+ pull-requests: write
13
14
+jobs:
15
+ check-pr-conflict-call:
16
+ uses: vyos/.github/.github/workflows/check-open-prs-conflict.yml@current
17
+ secrets: inherit
.github/workflows/check-pr-conflicts.yml
@@ -10,5 +10,5 @@ permissions:
jobs:
check-pr-conflict-call:
- uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows
+ uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current
secrets: inherit
0 commit comments