@wordpress/project-management-automation
Version:
GitHub Action that implements various automation to assist with managing the Gutenberg GitHub repository.
12 lines • 478 B
TypeScript
export = hasWordPressProfile;
/**
* Returns a promise resolving to a boolean indicating if the given GitHub
* username can be associated with a WordPress.org profile.
*
* @param {string} githubUsername GitHub username.
*
* @return {Promise<boolean>} Promise resolving to whether WordPress profile is
* known.
*/
declare function hasWordPressProfile(githubUsername: string): Promise<boolean>;
//# sourceMappingURL=has-wordpress-profile.d.ts.map