From e5113ec4240da01ca1ffb6143ecc704e9107efc7 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Sat, 14 Jan 2023 00:49:18 +0330 Subject: [PATCH] Delete pr-title-checker.yaml --- .github/workflows/pr-title-checker.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/pr-title-checker.yaml diff --git a/.github/workflows/pr-title-checker.yaml b/.github/workflows/pr-title-checker.yaml deleted file mode 100644 index d1aac76..0000000 --- a/.github/workflows/pr-title-checker.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Check PR title - -on: - pull_request: - types: - - opened - - reopened - - edited - - synchronize - -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number }} - cancel-in-progress: true - -jobs: - title-checker: - name: Check PR title - runs-on: [ self-hosted ] - - steps: - - uses: aslafy-z/conventional-pr-title-action@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file