From d463740e81ac565342deed71770938ccfb465ba8 Mon Sep 17 00:00:00 2001 From: Nathan Bailey Date: Wed, 8 Jan 2025 08:51:31 -0800 Subject: [PATCH] ci(pr): remove check-pr-title (#567) --- .github/workflows/check-pr-title.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/check-pr-title.yml diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml deleted file mode 100644 index bedaa8e4..00000000 --- a/.github/workflows/check-pr-title.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Check PR title - -on: - pull_request_target: - types: - - opened - - reopened - - edited - - synchronize - -jobs: - lint: - runs-on: ubuntu-latest - permissions: - statuses: write - steps: - - uses: aslafy-z/conventional-pr-title-action@v3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}