Skip to content
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

Sync public to private repos #1193

Closed
wants to merge 1 commit into from
Closed

Sync public to private repos #1193

wants to merge 1 commit into from

Conversation

jordan-ae
Copy link
Contributor

@jordan-ae jordan-ae changed the title feat: add ci/cd to sync public to private repos Sync public to private repos May 31, 2024
@0x4007
Copy link
Member

0x4007 commented Jun 4, 2024

Can you do a test run on your fork? I don't see any there or on this pull.

I just re-read the spec. What exactly are you trying to achieve here with this code? You're fetching code, not the issues. This has nothing to do with the specification.

@jordan-ae
Copy link
Contributor Author

jordan-ae commented Jun 5, 2024

@0x4007 Here's the issue spec below. It says to sync code changes between repos except I'm understanding wrong

There are 2 repositories which collect issues available for contributors:

https://github.com/ubiquity/devpool-directory: Public repo, any contributor can take issue there

https://github.com/ubiquity/devpool-directory-private: Private repo, only core contributors can take issues there since that repo issues may contain sensitive/NDA data

The issue is that we somehow need to sync code changes between https://github.com/ubiquity/devpool-directory and https://github.com/ubiquity/devpool-directory-private. We can't simply fork https://github.com/ubiquity/devpool-directory-private from https://github.com/ubiquity/devpool-directory and use github UI since private repos can't be synced.

What should be done:

when a new code change is introduced in https://github.com/ubiquity/devpool-directory then this code change should also appear in https://github.com/ubiquity/devpool-directory-private

@jordan-ae jordan-ae closed this by deleting the head repository Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sync code between ubiquity/devpool-directory and ubiquity/devpool-directory-private
2 participants