Skip to content

Commit

Permalink
ci: Update validate-conventional-commits.yml (#23455)
Browse files Browse the repository at this point in the history
Currently we are validating the PR title of PRs made against release
branches and master, but this breaks our release branching and PR
processes. For release candidate PRs, we don't want a conventional
commit title. This PR updates the conventional commit validation
workflow. As a result of this PR, we now follow the same approach as
mobile
https://github.com/MetaMask/metamask-mobile/blob/ef5febdc0964884352486b91b2cfe0e11f3fda29/.github/workflows/pr-title-linter.yml
  • Loading branch information
danjm authored Mar 13, 2024
1 parent 9c3835e commit 5a5805f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Validate Conventional Commit Title
on:
pull_request:
branches:
- develop
types: [opened, edited, reopened]

jobs:
Expand Down

0 comments on commit 5a5805f

Please sign in to comment.