diff --git a/.github/workflows/test-semantic.yml b/.github/workflows/test-semantic.yml new file mode 100644 index 00000000..5ae98ca5 --- /dev/null +++ b/.github/workflows/test-semantic.yml @@ -0,0 +1,16 @@ +name: Test + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + semantic_pr: + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v3.4.6 + env: + GITHUB_TOKEN: ${{ secrets.GITUHB_TOKEN }} \ No newline at end of file