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

[ch] Dr. CI to use CH Part 2 #5637

Merged
merged 4 commits into from
Sep 16, 2024
Merged

[ch] Dr. CI to use CH Part 2 #5637

merged 4 commits into from
Sep 16, 2024

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented Sep 10, 2024

Follow up to #5634. These are the one off queries that I needed to track down.

Surprisingly, none of the current PRs go through this path, so I used some older PRs, like 135397, 114772, as tests

Copy link

vercel bot commented Sep 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
torchci ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 8:31pm

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 10, 2024
@@ -489,3 +493,39 @@ export async function getPRMergeCommits(
return acc;
}, new Map<number, string[]>());
}

export async function isSameAuthor(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved from other file due to client/server stuff

@clee2000 clee2000 marked this pull request as ready for review September 11, 2024 20:36
@clee2000 clee2000 requested a review from a team September 11, 2024 20:36
@clee2000 clee2000 merged commit 9a8f1a1 into main Sep 16, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants