Skip to content

Commit 3d88053

Browse files
authored
Use the correct github user id (#916)
Old one was a copy/pasta error which resulted in me getting a 401 when I tried to categorize a failure on the HUD commit page New ID can be verified by going to https://api.github.com/users/ZainRizvi and checking the id
1 parent 4de70ce commit 3d88053

File tree

1 file changed

+1
-1
lines changed
  • torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[jobId]

1 file changed

+1
-1
lines changed

torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[jobId]/[annotation].ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { authOptions } from "pages/api/auth/[...nextauth]";
66
// Get number by going to https://api.github.com/users/<username>
77
// and copying the "id" field
88
export const annotationEditAllowlist = new Set([
9-
"34172846", // ZainRizvi
9+
"4468967", // ZainRizvi
1010
"44682903", // clee2000
1111
"475357", // huydhn
1212
"420184", // kit1980

0 commit comments

Comments
 (0)