diff --git a/.github/workflows/semanticTitle.yaml b/.github/workflows/semanticTitle.yaml new file mode 100644 index 00000000..97aceb79 --- /dev/null +++ b/.github/workflows/semanticTitle.yaml @@ -0,0 +1,18 @@ +name: "Semantic Title" + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + main: + runs-on: ubuntu-latest + steps: + # Please look up the latest version from + # https://github.com/amannn/action-semantic-pull-request/releases + - uses: amannn/action-semantic-pull-request@v5.4.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}