Skip to content

Commit 23c5823

Browse files
authored
Merge pull request #110 from ezsystems/add-pr-base-check
[CI] Added job for wrong target branch detection
2 parents edd1dd1 + a986cb2 commit 23c5823

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pr-check.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PR check
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- synchronize
7+
- reopened
8+
- edited
9+
10+
jobs:
11+
test-base-branch:
12+
uses: ibexa/gh-workflows/.github/workflows/pr-check.yml@main

0 commit comments

Comments
 (0)