summaryrefslogtreecommitdiff
path: root/.github/workflows/check-open-prs-conflict.yml
blob: 52b11938e25ceca4203338195b1566d83ffe2d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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