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

Feat/sync deleted repos #423

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feat/sync deleted repos #423

wants to merge 4 commits into from

Conversation

lili2311
Copy link
Contributor

  • Tests written and linted ℹ︎
  • Documentation written in Wiki/README
  • Commit history is tidy & follows Contributing guidelines ℹ︎

What this does

Support deleted repos

@lili2311 lili2311 requested a review from a team as a code owner January 11, 2023 22:54
debug(`Failed to get metadata ${JSON.stringify(targetData)}: ` + e);
if (e.status === 404) {
// TODO: when else could you get a 404? Manually check
isDeleted = true;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to make this safer? check the token can see org info?

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.

None yet

1 participant