-
-
Notifications
You must be signed in to change notification settings - Fork 13
Adding Description heading for Actions #510
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
Adding Description heading for Actions #510
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing a fix, could you ensure that the test covers your changes if applicable.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #510 +/- ##
=======================================
Coverage 91.53% 91.53%
=======================================
Files 1 1
Lines 130 130
=======================================
Hits 119 119
Misses 8 8
Partials 3 3 ☔ View full report in Codecov by Sentry. |
5077122 to
596be03
Compare
|
Hi, @mw-root If you're curious you can add a new test to this file cmd/root_test.go. |
|
@all-contributors please add @mw-root for code and docs |
|
I've put up a pull request to add @mw-root! 🎉 |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
81bb565 to
6e87e07
Compare
6e87e07 to
1169b3a
Compare
Hi @jackton1 , I added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Markdownlint (reported by Codacy) found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
That was all good. I made some minor edits after testing it everything worked as expected. |
Description
This PR adds code to pull the
descriptionfield for actions and add it to the docs if defined.I am not a great go dev, so I have tried to keep these changes in line with the existing code base.