You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: disable codecov from v2-release branch (#32125)
In #32082, we added codecov checks to
mergify merge conditions.
This, as originally intended, blocked merging to both the `main` and the
`v2-release` branches. However, we decided that currently we won't be
applying codecov on the `v2-release` branch because it is redundant.
Ideally, to achieve this, we would remove the conditions only from the
mergify configuration that applies to the `v2-release` branch. But our
configuration isn't set up that way right now, it doesn't distinguish
between branches.
Luckily, mergify will [automatically honor branch protection
rules](Mergifyio/mergify#2184 (comment)),
so we can safely remove the branch dependant conditions from mergify all
together, and keep them only in branch protection rules (which we
already configured).
Once this PR is merged, I will also remove the codecov branch protection
from `v2-release` (but keep it on `main`).
## Additional Changes
There's some additional codecov related cleanup we need to do so might
as well. They are explained as review comments.
----
*By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license*
0 commit comments