From a8f1989ee76474da1258f3687e73d4d561466ed8 Mon Sep 17 00:00:00 2001 From: Dany Henriquez <2287263+DanyHenriquez@users.noreply.github.com> Date: Fri, 24 May 2024 10:41:58 +0200 Subject: [PATCH] fix: Create pt-title.yaml --- .github/workflows/pt-title.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/pt-title.yaml diff --git a/.github/workflows/pt-title.yaml b/.github/workflows/pt-title.yaml new file mode 100644 index 0000000..914fa74 --- /dev/null +++ b/.github/workflows/pt-title.yaml @@ -0,0 +1,25 @@ +name: "Lint PR" + +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 + with: + requireScope: false + types: | + fix + feat + fix! + feat! + chore + env: + GITHUB_TOKEN: ${{ secrets.TOKEN }}