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

Mention branch protection ordering #6406

Merged
merged 2 commits into from May 9, 2024

Conversation

trask
Copy link
Member

@trask trask commented Apr 23, 2024

No description provided.

@trask trask requested a review from a team as a code owner April 23, 2024 22:12
Copy link

codecov bot commented Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.91%. Comparing base (ca79821) to head (62b3b59).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6406      +/-   ##
============================================
- Coverage     90.94%   90.91%   -0.03%     
+ Complexity     6168     6167       -1     
============================================
  Files           678      678              
  Lines         18453    18453              
  Branches       1812     1812              
============================================
- Hits          16782    16777       -5     
  Misses         1140     1140              
- Partials        531      536       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The order of branch protection rules
[can be important](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule#about-branch-protection-rules).
The branch protection rules below should be added before the `**/**` branch protection rule
(this may require deleting the `**/**` rule and recreating it at the end).
Copy link
Member

Choose a reason for hiding this comment

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

Yeah.. super annoying that there isn't a drag-and-drop re-order feature. I have to do awkward things like take a screenshot of a rule, delete it, then re-add it with the config from the screenshot.

@jack-berg jack-berg merged commit a855e12 into open-telemetry:main May 9, 2024
18 checks passed
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.

None yet

3 participants