From 26077b658955192a48f77e8c4c80b85c4de1414b Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Tue, 2 Apr 2024 17:18:25 -0400 Subject: [PATCH] Delete .github/workflows/conventional-prs.yml --- .github/workflows/conventional-prs.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/conventional-prs.yml diff --git a/.github/workflows/conventional-prs.yml b/.github/workflows/conventional-prs.yml deleted file mode 100644 index 2a5b86f..0000000 --- a/.github/workflows/conventional-prs.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: PR -on: - pull_request_target: - types: - - opened - - reopened - - edited - - synchronize - -jobs: - title-format: - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v3.4.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - validateSingleCommit: true \ No newline at end of file