Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle re-attempting creation of changelog after resolvin... #12

Open
github-actions bot opened this issue Aug 24, 2020 · 0 comments
Open

Handle re-attempting creation of changelog after resolvin... #12

github-actions bot opened this issue Aug 24, 2020 · 0 comments

Comments

@github-actions
Copy link
Contributor

Handle re-attempting creation of changelog after resolving error.


// @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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants