grafana-github-actions
grafana-github-actions copied to clipboard
Improve error message when `release-note-appender` failed to create PR
When release-note-appender action fails to create automatic PR, it shows error which is not that helpful.
Example: https://github.com/grafana/loki/pull/10281#issuecomment-1682286518
The process '/usr/bin/git' failed with exit code 1
Would be great to have more details on why it failed.
Context
This error was faced when add-to-release-notes label was removed and added second time (first GH action failed due to rate limits)