-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[master] README: update the Buildkite badges now that we have separate pipelines for the master
branch
#41604
Conversation
86924a0
to
33d1c02
Compare
README.md
Outdated
[![Build status (LTS)][buildkite-lts-img]][buildkite-lts-url] | ||
[![Build status (stable)][buildkite-stable-img]][buildkite-stable-url] | ||
[![Build status (master)][buildkite-master-img]][buildkite-master-url] | ||
[![Build status (scheduled)][buildkite-scheduled-master-img]][buildkite-scheduled-master-url] |
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.
I wonder if, instead, we should just have a single build status, but on master
branch it points to buildkite-master-url
, and on 1.6, it points to its own.
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.
I was thinking it's nice to be able to go to the README and see all of the statuses quickly, instead of needing to go to each branch individually.
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.
I don't think one branch should be advertising the build status of other branches; it makes it look like master
is broken, when really some other branch is the one that is broken.
master
branch
…e pipelines for the `master` branch
b1b6e7d
to
61ea17a
Compare
Alright, I've made PRs so that each branch only advertises its own build status. |
@staticfloat Is this good to merge? |
No description provided.