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

[build] fix issue generator github action #9774

Merged

Conversation

codeboten
Copy link
Contributor

The github action for auto-generating issues when load tests are failing in main has been broken for some time. The check for branch was looking at the wrong branch name. Additionally the install command in the windows version was using an old go path.

The github action for auto-generating issues when load tests are failing in main has been broken for some time. The check for branch was looking at the wrong branch name. Additionally the install command in the windows version was using an old go path.
@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label May 6, 2022
@codeboten codeboten requested review from a team and pmm-sumo May 6, 2022 15:47
@TylerHelmuth
Copy link
Member

With the load tests being so flaky recently, is this gonna make a lot of noise? Is it smart enough to know an issue is already open?

Copy link
Contributor

@pmm-sumo pmm-sumo left a comment

Choose a reason for hiding this comment

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

I think these are fair questions @TylerHelmuth Looking at the code it searches for the existing issues first

Since the action was there (just broken) I'm accepting it, but I guess if this is noisy we might want to revisit the policy

@bogdandrutu bogdandrutu merged commit 23498dd into open-telemetry:main May 9, 2022
djaglowski pushed a commit to djaglowski/opentelemetry-collector-contrib that referenced this pull request May 10, 2022
The github action for auto-generating issues when load tests are failing in main has been broken for some time. The check for branch was looking at the wrong branch name. Additionally the install command in the windows version was using an old go path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants