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(DatatableV2): add option to disable selection toolbar #1170

Merged
merged 1 commit into from
Oct 14, 2024

feat(DatatableV2): add option to disable selection toolbar

df29254
Select commit
Loading
Failed to load commit list.
Merged

feat(DatatableV2): add option to disable selection toolbar #1170

feat(DatatableV2): add option to disable selection toolbar
df29254
Select commit
Loading
Failed to load commit list.
ssc-github-analytics / Check whether the PR message adheres to the standard succeeded Oct 14, 2024 in 0s

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
chore(FILE): dfoo. NOTICKET
feat(fii): hello. DAE-19.
bug(fdsssd): hello. DAE-191.
chore(FILE): bar. PROPS-123.
chore(FILE): dfoo. NOTICKET.
Revert Merge pull request #1899 from securityscorecard/update/quill-
Merge pull request #1916 from securityscorecard/fix_broken_tests

Regex Pattern(s):
"^(?:(?:Revert|Merge)|(?:feat|bug|chore|hotfix|build|ci|docs|fix|perf|refactor|style|test)\().*(?:\s[A-Z]+(?:-\d+)|(?:NOTICKET))?\.?$"