From 08ad0930d68ac2122887f15bde9daa28d093e1e1 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 13 Jul 2022 11:25:08 +0200 Subject: [PATCH] Drop PR title validation Signed-off-by: Matteo Collina --- .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 }}