Skip to content

Commit

Permalink
chore: update semantic commits to be consistent with other repos (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc authored Jun 26, 2024
1 parent e8a2bdc commit 4840e9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ on:
jobs:
semantic:
uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main
with:
# When true:
# If there is one commit, only validate its commit message (and not the PR title).
# Else validate PR title only (and skip commit messages).
CHECK_PR_TITLE_OR_ONE_COMMIT: true

0 comments on commit 4840e9e

Please sign in to comment.