Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Modal): add new XL size UXD-1675 #1203

Merged
merged 1 commit into from
Nov 26, 2024

feat(Modal): add new XL size

e039f44
Select commit
Loading
Failed to load commit list.
Merged

feat(Modal): add new XL size UXD-1675 #1203

feat(Modal): add new XL size
e039f44
Select commit
Loading
Failed to load commit list.
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+)?\.?$"