Skip to content

Commit 5f330fb

Browse files
authored
ci: add PR validation (#130)
1 parent eb5d0a7 commit 5f330fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Check Pull Request
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
types: [opened, edited, synchronize, reopened]
7+
8+
jobs:
9+
trigger-workflow:
10+
uses: eclipse-dataspace-protocol-base/.github/.github/workflows/scan-pr-title.yml@main

0 commit comments

Comments
 (0)