diff --git a/.github/workflows/commit_message_validation.yml b/.github/workflows/commit_message_validation.yml index e43d7c8..ec74735 100644 --- a/.github/workflows/commit_message_validation.yml +++ b/.github/workflows/commit_message_validation.yml @@ -18,7 +18,7 @@ jobs: # Checkout branch git checkout -q ${{ github.event.pull_request.head.ref }} # Set variables -# BASE_BRANCH=${{ github.event.pull_request.base.ref }} + BASE_BRANCH=${{ github.event.pull_request.base.ref }} # msg_regex='MAT-[0-9]+\s.*' # # This list permits some commits # commit_static_permit_list="(^Merge pull request \#)|(^Merge branch)|(^Revert \")"