From d1e748f6a3605255f089d6052f8f5bf04f2b6bae Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 13 Jul 2022 12:52:49 +0200 Subject: [PATCH] Drop PR title validation (#1543) --- .github/workflows/lint-pr.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/lint-pr.yml diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml deleted file mode 100644 index 9c4b1a8beea..00000000000 --- a/.github/workflows/lint-pr.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: 'Lint PR Title' - -on: - pull_request_target: - types: - - opened - - edited - - synchronize - -permissions: - pull-requests: read - statuses: write - -jobs: - main: - name: Validate PR title - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v4 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}