You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should run a CI step which checks for prs that include minor or major changesets, and if they do, that the PR targets a branch beginning with staging/, if it doesn't, the merge should be blocked and a comment posted in the PR thread.
While we're at it, we should check that if the the PR title begins with feat, it should have a minor changeset, and if it contains a !, it should have a major changeset.
The text was updated successfully, but these errors were encountered:
We should run a CI step which checks for prs that include minor or major changesets, and if they do, that the PR targets a branch beginning with
staging/
, if it doesn't, the merge should be blocked and a comment posted in the PR thread.While we're at it, we should check that if the the PR title begins with
feat
, it should have a minor changeset, and if it contains a!
, it should have a major changeset.The text was updated successfully, but these errors were encountered: