-
Notifications
You must be signed in to change notification settings - Fork 72
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
Workflow: Clone and build grafana #808
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.
LGTM awesome 🚀
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.
LGTM, awesome work! 🚀
@@ -45,7 +45,7 @@ require ( | |||
go.opentelemetry.io/otel/sdk v1.20.0 | |||
go.opentelemetry.io/otel/trace v1.20.0 | |||
golang.org/x/net v0.17.0 | |||
golang.org/x/oauth2 v0.11.0 | |||
golang.org/x/oauth2 v0.12.0 |
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.
Is this change required?
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.
nope, this was just for triggering the workflow (it only executes if there are changes to go.mod) but thought of keeping it so we can move the updates and see this being triggered in other PRs.
What this PR does / why we need it:
The most common cause to reject a PR that updates go.mod dependencies is that Grafana would not compile with the update in the SDK due to incompatible changes. This PR adds a GitHub workflow that checks if a given PR is compatible with Grafana.
It's just informative, not blocking the PR.
Which issue(s) this PR fixes:
Part of #417
Special notes for your reviewer: