Skip to content

Commit

Permalink
feat: increase the flow of commit labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Jan 22, 2025
1 parent 2bfdb21 commit 6df8c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit-labelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
id: commit_message
run: |
COMMIT_MESSAGE="${{ github.event.head_commit.message }}"
echo "Commit Message: $COMMIT_MESSAGE"
- name: Check Commit Messages for "fix", "feat", "chore", or "release"
run: |
Expand Down

0 comments on commit 6df8c86

Please sign in to comment.