Skip to content

Commit

Permalink
Merge pull request #110 from ezsystems/add-pr-base-check
Browse files Browse the repository at this point in the history
[CI] Added job for wrong target branch detection
  • Loading branch information
adamwojs authored Nov 3, 2021
2 parents edd1dd1 + a986cb2 commit 23c5823
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: PR check
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited

jobs:
test-base-branch:
uses: ibexa/gh-workflows/.github/workflows/pr-check.yml@main

0 comments on commit 23c5823

Please sign in to comment.