From 35072b0a1d94c30267863982cbd9648201ecf723 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sat, 15 Oct 2022 07:40:09 +0200 Subject: [PATCH] ci: remove pr-lint --- .github/workflows/pr-lints.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/pr-lints.yml diff --git a/.github/workflows/pr-lints.yml b/.github/workflows/pr-lints.yml deleted file mode 100644 index c5cdc881..00000000 --- a/.github/workflows/pr-lints.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: pr-lints - -on: - pull_request_target: - types: - - opened - - edited - - synchronize - -jobs: - semantic-title: - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v4 - with: - subjectPattern: ^[a-z].+$ - subjectPatternError: | - The subject "{subject}" found in the pull request title "{title}" should start with a lowercase. - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}