mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
T7445: added open prs conflict check caller workflow (#1638)
Co-authored-by: kumvijaya <kuvmijaya@gmail.com>
This commit is contained in:
parent
60b8d8d64e
commit
86a282ecd0
17
.github/workflows/check-open-prs-conflict.yml
vendored
Normal file
17
.github/workflows/check-open-prs-conflict.yml
vendored
Normal 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
|
||||||
2
.github/workflows/check-pr-conflicts.yml
vendored
2
.github/workflows/check-pr-conflicts.yml
vendored
@ -10,5 +10,5 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-pr-conflict-call:
|
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
|
secrets: inherit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user