vyos-documentation/.github/workflows/check-open-prs-conflict.yml
Vijayakumar A 86a282ecd0
T7445: added open prs conflict check caller workflow (#1638)
Co-authored-by: kumvijaya <kuvmijaya@gmail.com>
2025-05-26 15:20:50 +01:00

18 lines
316 B
YAML

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