Mojo oss release 2024 04 05 210926699 fixup #1
check_pr_title.yml
on: pull_request
Check PR title format
5s
Annotations
1 error
Check PR title format
The PR title does not conform to the '[\<Project\>] Title' format. Please update the PR title.
Typical [\<Project\>] values include:
* `[stdlib]` — indicates a change to the Mojo standard library code
* `[docs]` — indicates a change to the documentation
It's okay to include multiple labels on a PR that affect multiple areas of work.
Thank you for contributing to Mojo!🔥
<small> You can also use a tool like www.regex101.com to see why your PR title fails to conform. Use ``` ^(Revert ")?(\[\S.*\]\s?)+\s+[a-zA-Z`].* ``` as the regex to test and ```Mojo oss release 2024 04 05 210926699 fixup``` as the test string.</small>
|