-
Notifications
You must be signed in to change notification settings - Fork 137
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
Fix GHA status labels #438
Conversation
7215599
to
c096e52
Compare
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 catching this. This should've been updated in #420 but I overlooked the readme links.
I just have two recommendations for the links, which I've given suggested changes for below:
- Filter the branch for the badge that we display on the README so it's only for the main branch. Without this every PR whose CI fails will turn the badge red.
- Give a slightly more meaningful name for the fallback text.
Be sure to merge the latest |
c096e52
to
d1ad101
Compare
Signed-off-by: Javier Balloffet <javier.balloffet@gmail.com>
d1ad101
to
17f79c1
Compare
Thank you @mxgrey for the review! All comments addressed and branch rebased, CI shall pass now. |
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!
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 as well. Thank you!
Description
This PR fixes the GitHub Action label after the corresponding workflows were renamed on #429..
Change involved
This PR applies the following changes:
rust-minimal.yaml
andrust-stable.yaml
).ubuntu-latest
is used for CI jobs).How was this tested?
Rendered README file visually inspected.