Skip to content
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

Merged
merged 6 commits into from
Nov 17, 2023
Merged

Workflow: Clone and build grafana #808

merged 6 commits into from
Nov 17, 2023

Conversation

andresmgot
Copy link
Contributor

@andresmgot andresmgot commented Nov 16, 2023

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:

@andresmgot andresmgot changed the title Draft: Clone and build grafana Workflow: Clone and build grafana Nov 17, 2023
@andresmgot andresmgot marked this pull request as ready for review November 17, 2023 10:55
@andresmgot andresmgot requested a review from a team as a code owner November 17, 2023 10:55
@andresmgot andresmgot requested review from wbrowne, marefr and oshirohugo and removed request for a team November 17, 2023 10:55
Copy link
Contributor

@marefr marefr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM awesome 🚀

Copy link
Member

@xnyo xnyo left a 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change required?

Copy link
Contributor Author

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.

@andresmgot andresmgot merged commit 69f9668 into main Nov 17, 2023
@andresmgot andresmgot deleted the buildGrafanaWorkflow branch November 17, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants