-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Handle re-attempting creation of changelog after resolving error.
automations/lib/automations/release/branch-create-handler.js
Lines 109 to 120
in
ac71b8a
// @todo Handle re-attempting creation of changelog after resolving error.
//
// Currently, the changelog error is a consistent error message string
// so that future pushes where the pull already exists can optionally retry.
changelog =
`Changelog Error: ${ e.message }` +
'\n' +
"You'll need to edit this section manually";
devNoteItems =
`Devnotes Error: ${ e.message }` +
'\n' +
"PRs tagged for dev notes cannot be found, you'll need to edit this section manually.";
automations/lib/automations/release/branch-create-handler.js
Lines 109 to 120 in ac71b8a
| // @todo Handle re-attempting creation of changelog after resolving error. | |
| // | |
| // Currently, the changelog error is a consistent error message string | |
| // so that future pushes where the pull already exists can optionally retry. | |
| changelog = | |
| `Changelog Error: ${ e.message }` + | |
| '\n' + | |
| "You'll need to edit this section manually"; | |
| devNoteItems = | |
| `Devnotes Error: ${ e.message }` + | |
| '\n' + | |
| "PRs tagged for dev notes cannot be found, you'll need to edit this section manually."; |
🚀 This issue was generated by the automations bot based on a todo comment in ac71b8a when #11 was merged. cc @nerrad
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels