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
We have encountered an issue where Kodiak does not recognize the branch protection rules applied to our release/30.1.0 branch. Specifically, even though we have branch protection enabled, Kodiak is behaving as if there are no such rules in place.
Possible Cause:
This issue might be due to a limitation in the GitHub API. Our repository currently has 101 branches with this specific protection rule. Does the API only return the first 100 hits?
Workaround 1:
Creating a new protection rule for this branch works.
Workaround 2:
Deleting one branch worked - 100 branches are then branch protected by this rule.
We have encountered an issue where Kodiak does not recognize the branch protection rules applied to our
release/30.1.0
branch. Specifically, even though we have branch protection enabled, Kodiak is behaving as if there are no such rules in place.Possible Cause:
This issue might be due to a limitation in the GitHub API. Our repository currently has 101 branches with this specific protection rule. Does the API only return the first 100 hits?
Workaround 1:
Creating a new protection rule for this branch works.
Workaround 2:
Deleting one branch worked - 100 branches are then branch protected by this rule.
Additional Context:
Link to a pull request
The text was updated successfully, but these errors were encountered: