Skip to content

Conversation

CorieW
Copy link
Member

@CorieW CorieW commented Sep 10, 2025

Resolves #3444

migration guide: https://docs.google.com/document/d/1s1YKwhqdrGN44IG7lSAwltxM3Bqh9p6jTcri8SNaBWk/edit?usp=sharing

Checklist (if applicable):

  • Tested (manually, unit tested, etc.)

Copy link
Contributor

@cabljac cabljac left a comment

Choose a reason for hiding this comment

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

lgtm, one small nit

@CorieW CorieW marked this pull request as ready for review September 17, 2025 13:55
return checksEvaluators(googleAuth, metrics, await projectId);
},
list: async () => {
return [checksEvaluators(googleAuth, metrics, await projectId).__action];
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm are we definitely meant to use __action

Copy link
Member Author

Choose a reason for hiding this comment

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

Honestly, I'm not too sure. It did seem to work, but I'll look into this.

const googleAuth = inititializeAuth(options?.googleAuthOptions);

const projectId = options?.projectId || (await googleAuth.getProjectId());
const projectId = options?.projectId || googleAuth.getProjectId();
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

@CorieW CorieW Sep 30, 2025

Choose a reason for hiding this comment

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

It still is awaited on line 69, 72, and 75

Edit: now 68 and 71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

refactor: migrate checks plugin to V2 Plugin API
3 participants