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

Create create-fork action #239

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Create create-fork action #239

merged 3 commits into from
Jan 7, 2025

Conversation

kenodegard
Copy link
Contributor

Description

Creating a fork is not as simple as expected. Unfortunately gh repo fork doesn't consistently output the forked repository so instead we use gh api and call the forking endpoint. The API also returns immediately even though the forking action can take some unknown amount of time to finish forking.

@kenodegard kenodegard requested a review from a team as a code owner December 18, 2024 14:45
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Dec 18, 2024
@jezdez jezdez merged commit 9595d43 into main Jan 7, 2025
3 checks passed
@kenodegard kenodegard deleted the create-fork branch January 7, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants