From b3f451e0f0db3f6b586acbca8d3f028e34cb3f08 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Thu, 12 Jan 2023 02:04:52 +0330 Subject: [PATCH] Update checker.yml --- .github/workflows/checker.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index 4fa900c..83ecaea 100644 --- a/.github/workflows/checker.yml +++ b/.github/workflows/checker.yml @@ -24,10 +24,10 @@ jobs: hasSome: feature,fix,changed,deprecated,removed,security,docs,dependencies githubToken: ${{ secrets.GITHUB_TOKEN }} - validate-pull-request-title: - name: Validate PR title - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # validate-pull-request-title: + # name: Validate PR title + # runs-on: ubuntu-latest + # steps: + # - uses: amannn/action-semantic-pull-request@v5 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}