You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(toolkit): add github comment for missing changelog item (aws#5499)
## Problem
- If a user is using the types feat/fix in the PR title they should also include a changelog item
## Solution
- Notify them if a changelog item isn't present
'This pull request modifies files in src/ but no tests were added/updated. Confirm whether tests should be added or ensure the PR description explains why tests are not required.'
8
10
11
+
constchangelogMessage=
12
+
'This pull request modifies a feature or fixes a bug, but it does not include a changelog entry. All pull requests that introduce new features or bug fixes must have a corresponding changelog item describing the changes.'
13
+
9
14
/**
10
15
* Remind partner teams that tests are required. We don't need to remind them if:
11
16
* 1. They did not change anything in a src directory
0 commit comments