-
Notifications
You must be signed in to change notification settings - Fork 905
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
Change README.md CI badges to use GitHub actions #3501
Conversation
Signed-off-by: Ahdra Merali <[email protected]>
Signed-off-by: Ahdra Merali <[email protected]>
I think shields.io also has badges for Github Actions - https://shields.io/badges/git-hub-actions-workflow-status you can try that. |
Noticed the shields.io badges, added them in c7e0b21, and good spot for the docs! |
Signed-off-by: Ahdra Merali <[email protected]>
Checked on the docs build https://kedro--3501.org.readthedocs.build/en/3501/ and all looks good to me (the links work fine). Thank you! |
Signed-off-by: Ahdra Merali <[email protected]>
Signed-off-by: Ahdra Merali <[email protected]>
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.
Looks good to me! ⭐
Description
Addresses #3223
The good news: GitHub has a lot of documentation for adding and customising badges
The bad news: There isn't (yet) a way to customise the text on the badge xref. Currently using the same third party customiser that we used for the CircleCI badges.
The badges check the
all-checks.yml
GH Actions workflow for branches main and develop, respectively (GH Actions badges are workflow specific).Development notes
Link to the README with new badges
Developer Certificate of Origin
We need all contributions to comply with the Developer Certificate of Origin (DCO). All commits must be signed off by including a
Signed-off-by
line in the commit message. See our wiki for guidance.If your PR is blocked due to unsigned commits, then you must follow the instructions under "Rebase the branch" on the GitHub Checks page for your PR. This will retroactively add the sign-off to all unsigned commits and allow the DCO check to pass.
Checklist
RELEASE.md
file