feat(Modal): add new XL size UXD-1675 #1203
Merged
ssc-github-analytics / Check whether the PR message adheres to the standard
succeeded
Nov 26, 2024
Check whether the PR message adheres to the standard
Check whether the PR message adheres to the standard
Details
Valid PR titles or bodies must contain a string which loosly follows the (Angular commit message standard)[https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type] followed by a Jira ticket.
Valid examples include:
feat(fii): hello. DAE-19
bug(fdsssd): hello. DAE-191
chore(FILE): bar. PROPS-123
feat(fii): hello. DAE-19.
bug(fdsssd): hello. DAE-191.
chore(FILE): bar. PROPS-123.
Revert Merge pull request #1899 from securityscorecard/update/quill PROPS-123
Merge pull request #1916 from securityscorecard/fix_broken_tests PROPS-123
Regex Pattern(s):
"^(?:(?:Revert|Merge)|(?:feat|bug|chore|hotfix|build|ci|docs|fix|perf|refactor|style|test)\().*[A-Z]+(?:-\d+)?\.?$"
Loading