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

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

permissions:
  pull-requests: write
  contents: read

jobs:
  check-pr-conflict:
    if: github.repository_owner == 'vyos'
    uses: vyos/.github/.github/workflows/check-pr-merge-conflict.yml@production
    secrets: inherit