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

REQUEST: Repository maintenance on go and go-contrib #1695

Closed
MadVikingGod opened this issue Sep 26, 2023 · 1 comment
Closed

REQUEST: Repository maintenance on go and go-contrib #1695

MadVikingGod opened this issue Sep 26, 2023 · 1 comment
Assignees
Labels
area/repo-maintenance Maintenance of repos in the open-telemetry org

Comments

@MadVikingGod
Copy link

Affected Repository

https:/open-telemetry/opentelemetry-go
https:/open-telemetry/opentelemetry-go-contrib

Requested changes

Create an empty branch name benchmark for both repositories.

git checkout --orphan benchmarks
git commit --allow-empty -m "Init"
git push origin benchmarks

Purpose

We are setting up a continuous benchmarking tool and need a branch to host the historic data.
See open-telemetry/opentelemetry-go#4537

Expected Duration

Once

Repository Maintainers

  • @open-telemetry/go-maintainers

Note

I tried the instructions above and received a remote: error: Required status check "EasyCLA" is expected. error. This is the same error encountered in #1192

@MadVikingGod MadVikingGod added the area/repo-maintenance Maintenance of repos in the open-telemetry org label Sep 26, 2023
@arminru arminru self-assigned this Sep 27, 2023
@arminru
Copy link
Member

arminru commented Sep 27, 2023

Hi @MadVikingGod!
I added a branch protection rule for benchmarks which is exempt from the EasyCLA check as done in #1577.
Otherwise your GH action would not be able to push updates to the branch as it would not pass the EasyCLA checks there.
You should be able to create the branches now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/repo-maintenance Maintenance of repos in the open-telemetry org
Projects
None yet
Development

No branches or pull requests

2 participants