Merge "Updated translations" commits function fails if a commit does not have an id #10445
Labels
package:dev
squad:platform
Issue to be handled by the Platform team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
When executing the
generateChangelogForMonoRepository()
function with additional private repositories, the private repository may contain a commit with updated translations (Updated translations.
).If merging such the commit, the function ends with an error because it doesn't check whether a link to the was added in the entry.
✔️ Expected result
No error.
❌ Actual result
❓ Possible solution
match
is not null.The text was updated successfully, but these errors were encountered: