diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml new file mode 100644 index 0000000..50d8d04 --- /dev/null +++ b/.github/workflows/pr-check.yml @@ -0,0 +1,10 @@ +name: Check Pull Request + +on: + pull_request: + branches: [ main ] + types: [opened, edited, synchronize, reopened] + +jobs: + trigger-workflow: + uses: eclipse-dataspace-protocol-base/.github/.github/workflows/scan-pr-title.yml@main \ No newline at end of file