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
As a developer I'd like to have a GrumPHP task which verifies whether my task number from commit message fits with the branch name .
Example :
Commit message : [PROJECTX-123] Add new feature
Branch name: feature/PROJECTX-124-new-feature
We should catch that and inform a developer that the task number is not ok.
This should work with all "task" type branches like bugifx/feature
The text was updated successfully, but these errors were encountered:
As a developer I'd like to have a GrumPHP task which verifies whether my task number from commit message fits with the branch name .
Example :
Commit message :
[PROJECTX-123] Add new feature
Branch name:
feature/PROJECTX-124-new-feature
We should catch that and inform a developer that the task number is not ok.
This should work with all "task" type branches like bugifx/feature
The text was updated successfully, but these errors were encountered: