Remove feature flag PUSH_RULES_SUPERSEDE_CODE_OWNERS
<!-- Title suggestion: [Feature flag] Enable description of feature -->
## What
Remove the `:push_rules_supersede_code_owners` feature flag ...
Related MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/44126
Related Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/35097
## Owners
- Team: Source Code
- Most appropriate slack channel to reach out to: `#g_create_source-code`
- Best individual to reach out to: @marc_shaw
## Expectations
Users can push directly to a branch, overriding the codeowners file if they are allowed to push
### What are we expecting to happen?
A set of users can push directly to a branch
### What might happen if this goes wrong?
User's push directly to branch by mistake
### What can we monitor to detect problems with this?
<!-- Which dashboards from https://dashboards.gitlab.net are most relevant? -->
## Beta groups/projects
If applicable, any groups/projects that are happy to have this feature turned on early. Some organizations may wish to test big changes they are interested in with a small subset of users ahead of time for example.
- `gitlab-org/gitlab` project
- `gitlab-org`/`gitlab-com` groups
- ...
## Roll Out Steps
- [x] Enable on staging (`/chatops run feature set feature_name true --staging`)
- [x] Test on staging
- [x] Ensure that documentation has been updated
- [x] Enable on GitLab.com for individual groups/projects listed above and verify behaviour (`/chatops run feature set --project=gitlab-org/gitlab feature_name true`)
- [x] Coordinate a time to enable the flag with `#production` and `#g_delivery` on slack.
- [x] Announce on the issue an estimated time this will be enabled on GitLab.com
- [x] Enable on GitLab.com by running chatops command in `#production` (`/chatops run feature set feature_name true`)
- [x] Cross post chatops Slack command to `#support_gitlab-com` ([more guidance when this is necessary in the dev docs](https://docs.gitlab.com/ee/development/feature_flags/controls.html#where-to-run-commands)) and in your team channel
- [x] Announce on the issue that the flag has been enabled
- [x] Remove feature flag and add changelog entry
- [ ] After the flag removal is deployed, [clean up the feature flag](https://docs.gitlab.com/ee/development/feature_flags/controls.html#cleaning-up) by running chatops command in `#production` channel
issue