We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf053b commit 284f7a4Copy full SHA for 284f7a4
src/actions/user.ts
@@ -40,9 +40,15 @@ export abstract class GitMixin {
40
return this._git;
41
}
42
43
+ /**
44
+ * @deprecated Will be removed in version 8.
45
+ * GitHub utilities.
46
+ */
47
get github() {
48
return {
49
/**
50
+ * @deprecated Will be removed in version 8. Use 'github-username' package with `await this.git.email()` result instead.
51
+ *
52
* Retrieves GitHub's username from the GitHub API
53
* @return Resolved with the GitHub username or rejected if unable to
54
* get the information
0 commit comments