T7445: added open prs conflict check caller workflow (#1638)

Co-authored-by: kumvijaya <kuvmijaya@gmail.com>
This commit is contained in:
Vijayakumar A 2025-05-26 19:50:50 +05:30 committed by GitHub
parent 60b8d8d64e
commit 86a282ecd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,17 @@
name: "Open PRs Conflicts checker"
on:
push:
branches:
- current
- sagitta
- circinus
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
check-pr-conflict-call:
uses: vyos/.github/.github/workflows/check-open-prs-conflict.yml@current
secrets: inherit

View File

@ -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