- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.3k
Add detailed message to changelog workflow (#12979) #19172
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
Add detailed message to changelog workflow (#12979) #19172
Conversation
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com>
| I'm more inclined to make things self-documenting rather than add text to a markdown file that a contributor may or may not be able to find. For example, the DCO workflow is clickable, and the resulting page gives a link that says View more details on DCO. In case of a DCO failure it provides detailed instructions about how to fix your commit. I'm not sure it's helpful to duplicate that information in other places. For the other workflows, I'd love to see if we can find ways to provide the same basic experience: I see a failed workflow in my PR, I click on the workflow link, I get details about what the failure means that allows me to understand it and fix it. | 
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com>
d53cebd    to
    50674f3      
    Compare
  
    | Hi @andrross @peternied, | 
Co-authored-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com>
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com> Co-authored-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com> Co-authored-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Ankit Jain <jainankitk@apache.org>
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com> Co-authored-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Ankit Jain <jainankitk@apache.org>
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com> Co-authored-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com> Co-authored-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Umarov Ismoiljon <hs.umarov21@gmail.com> Co-authored-by: Andrew Ross <andrross@amazon.com>
This PR creates a new troubleshooting guide to help new contributors understand and fix common CI/CD failures, as requested in issue #12979.
What's included:
.github/WORKFLOW_TROUBLESHOOTING.mdthat covers DCO, Changelog, Gradle, and Backport checks.CHANGELOG.mdfor this change.Closes #12979