From eedaa914dd6cef6aa750910fdc34c3303e2c08a4 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:08:41 +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 7757b45..8d68c4a 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 }}