mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T7748: conflict check workflow updated with increated wait/retry
This commit is contained in:
parent
c6d3547904
commit
185b7dab03
17
.github/workflows/check-open-prs-conflict.yml
vendored
17
.github/workflows/check-open-prs-conflict.yml
vendored
@ -1,17 +0,0 @@
|
|||||||
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@current
|
uses: vyos/.github/.github/workflows/check-pr-conflict.yml@current
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user