-
Notifications
You must be signed in to change notification settings - Fork 0
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
Source code hosting: migrate primary hosting from GitHub #9
Comments
This screenshot is strictly speaking from one of my personal GitHub repositories outside of the OpenCulinary organization -- however it does provide a representation of the options as they appeared. The two descriptions and sliders do not appear in OpenCulinary's repository settings any more at all - I would have expected them to continue to appear but with the slider option disabled, but they are completely absent. Manual transcription below:
It's the first of these paragraphs that gave me a sense that the feature is probably disabled for the repository (as I would like it to be). However it seems confusing that the selection sliders displayed an 'on' status by default despite that. |
I think some of the factors to weigh up here are:
A question that arises from this: some other code hosting forges support bi-directional mirroring of code. Does GitHub also offer that? |
My initial sense is that no, bidirectional mirroring isn't fully-supported by GitHub. It may be feasible for individual repositories (such as those in use by OpenCulinary/RecipeRadar) to implement on a per-repository basis by adding webhook handlers that initiate push events to remote repositories. I wouldn't initially be hugely keen on doing that because it would seem to add significant operational and security surface area, but it may be an option. |
Is your feature request related to a problem? Please describe.
OpenCulinary/RecipeRadar doesn't use any of the GitHub Actions or Copilot (AI coding assistance) featues of GitHub, and has only had a single user account active in the organization for most of its' existence here.
Although Copilot is disabled globally at the organization-level settings for both
openculinary
andreciperadar
, some new settings appeared yesterday with some of its functionality enabled by default. From reading the descriptions, I believe that in practice it was effectively disabled despite those, but even so: we weren't offered a choice about this.Strangely, the settings in question appear to have disappeared from the relevant settings page (e.g. here for our
api
repository). I spent maybe ~20 minutes disabling them across all repositories inopenculinary
yesterday.There were two sliders enabled-by-default under this heading:
Describe the solution you'd like
TBD - some evaluation of alternatives will be required. We'll also want to decide whether to continue mirroring code updates from there to here.
Describe alternatives you've considered
TBD
Additional context
This is partly initiated as a result of realizing that we're using Microsoft services (since Microsoft owns GitHub) yet don't feel comfortable entering into a Microsoft-provided service indirecly for a separate business matter.
The text was updated successfully, but these errors were encountered: