Skip to content

Fix conflict detection logic #53

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

Merged
merged 3 commits into from
Apr 23, 2023
Merged

Conversation

yardenshoham
Copy link
Collaborator

@yardenshoham yardenshoham commented Apr 23, 2023

@yardenshoham
Copy link
Collaborator Author

It's basically 3 PRs in one, review each commit differently

@yardenshoham yardenshoham merged commit 67d5202 into main Apr 23, 2023
@yardenshoham yardenshoham deleted the fix-conflict-detection-logic branch April 23, 2023 10:38
const milestoneToPr = new Map<string, number[]>();
const milestoneToPr = new Map<
string,
{ number: number; user: { login: string } }[]
Copy link
Collaborator

Choose a reason for hiding this comment

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

What about name instead of login?
I had to look below to find out that you mean the name, and not some type of secret or authentication method…

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah wait, does it come like that from the GitHub API?
If yes, ignore my comment.

Copy link
Collaborator

Choose a reason for hiding this comment

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

If no, then why do you not assign the user manually?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

it's from the GitHub API

yardenshoham added a commit that referenced this pull request Apr 23, 2023
Regression from #53

Signed-off-by: Yarden Shoham <[email protected]>
yardenshoham added a commit that referenced this pull request Apr 23, 2023
Regression from #53

Signed-off-by: Yarden Shoham <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong remind about conflicts
3 participants