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
While adding repo protection rules, I accidentally committed directly to the main branch without opening a pull request.
This happened as I forgot to create a new branch due to working on two repos at once. I also had the org admin permission which allowed me to bypass branch protection. When I pushed, it pushed directly to main rather than rejecting the commit.
This change was non-critical to the repo's functionality, and introduced additional restrictions to the repository. The irony of pushing this commit to main without a PR is not lost 😁
The text was updated successfully, but these errors were encountered:
sourcegraph/reranker-api@81c645: "Add PR auditor and default template" was merged without a pull request.
While adding repo protection rules, I accidentally committed directly to the
main
branch without opening a pull request.This happened as I forgot to create a new branch due to working on two repos at once. I also had the org admin permission which allowed me to bypass branch protection. When I pushed, it pushed directly to
main
rather than rejecting the commit.This change was non-critical to the repo's functionality, and introduced additional restrictions to the repository. The irony of pushing this commit to
main
without a PR is not lost 😁The text was updated successfully, but these errors were encountered: