From feab2eb3cdcf5a69d2e571205ca555f0994391e7 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Tue, 6 Dec 2022 09:15:46 -0500 Subject: [PATCH] Create pr-title --- .github/workflows/pr-title | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/pr-title diff --git a/.github/workflows/pr-title b/.github/workflows/pr-title new file mode 100644 index 00000000..fcf10561 --- /dev/null +++ b/.github/workflows/pr-title @@ -0,0 +1,17 @@ +name: "Conventional Commits PR Title" + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + +jobs: + main: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.PR_TITLE_TOKEN }}