File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,14 @@ jobs:
2828
2929 Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.
3030
31- **Examples :**
31+ **Example :**
3232 - \`feat: add user authentication (CDP-123)\`
33- - \`fix(CDP-123): resolve login issue\`
34-
33+ - \`feat: add user authentication (IN-123)\`
34+
35+ **Projects:**
36+ - CDP: Community Data Platform
37+ - IN: Insights
38+
3539 Please add a Jira issue key to your PR title.`;
3640
3741 github.rest.issues.createComment({
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ This project uses [Conventional Commits](https://www.conventionalcommits.org/) e
156156
157157** PR Title Requirements:**
158158- Must follow conventional commit format: ` type(scope): description `
159- - Should include JIRA ticket key in title: ` feat(CDP-123) : add new feature `
159+ - Should include JIRA ticket key in title: ` feat: add new feature (CDP-123) `
160160
161161** PR Process:**
1621621 . Ensure your commits follow the conventional commit format
You can’t perform that action at this time.
0 commit comments