Skip to content

Commit 86a282e

Browse files
kumvijayakumvijaya
andauthored
T7445: added open prs conflict check caller workflow (#1638)
Co-authored-by: kumvijaya <[email protected]>
1 parent 60b8d8d commit 86a282e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ permissions:
1010

1111
jobs:
1212
check-pr-conflict-call:
13-
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows
13+
uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@current
1414
secrets: inherit

0 commit comments

Comments
 (0)