Skip to content

remove extranious selector that prevents matching issues #197

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattip
Copy link

@mattip mattip commented Dec 29, 2023

Restarting a migration will fail to recognize existing github issues since the selector is looking for labels. Removing that enables the correct behaviour.

@mattip
Copy link
Author

mattip commented Dec 29, 2023

One thing I noted when restarting a partial import. If the process created an issue but was interrupted before finishing the issue import, restarting the import will not match the partial import and will create a new issue. This "messes up" the issue numbering.

@spruce
Copy link
Member

spruce commented Jan 26, 2025

Did you find a way to resolve the partial import issue?

@@ -159,7 +159,7 @@ export class GithubHelper {
owner: this.githubOwner,
repo: this.githubRepo,
state: 'all',
labels: 'gitlab merge request',
// labels: 'gitlab merge request',
Copy link
Member

Choose a reason for hiding this comment

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

Could you annotate the removal with the reason?

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.

2 participants