summaryrefslogtreecommitdiff
path: root/.github/workflows/check-pr-conflicts.yml
blob: 0c659e6ed97e92d3e22a2149fe1be4d00e9e37e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

name: "PR Conflicts checker"
on:
  pull_request_target:
    types: [synchronize]

permissions:
  pull-requests: write
  contents: read

jobs:
  check-pr-conflict-call:
    uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@feature/T6349-reusable-workflows
    secrets: inherit