Skip to content

Commit dce7b37

Browse files
StaticRocketcshilwant
authored andcommitted
ci(commit-check): ignore the branch check
The branch check part of the new commit-check action ignores the commit-check conventional_branch configuration option. Using master is sometimes useful for those people who prefer to let the automatic build and deploy workflow run for previews of their changes on their end. If we aren't using merge commits there is no reference to the source branch kept around. I see no reason to bother people with this right now. Fixes: 35d453e ("ci(commit-check): update to version 2") Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent 8056b30 commit dce7b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:
2727
message: true
28+
branch: false
2829
author-name: true
2930
author-email: true
3031
job-summary: true

0 commit comments

Comments
 (0)