summaryrefslogtreecommitdiff
path: root/.github/workflows/check-pr-conflicts.yml
blob: 87a4ba7b560dd52d197a4d984a27f8fb9e1e2e9b (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