We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From the code I see that the Octokit constructor is invoked using personal userAgent.
userAgent
function createOctokitInstance(token) { return token ? new Octokit({ auth: `token ${token}`, userAgent: "ginxo/chain-status" }) : new Octokit({ userAgent: "ginxo/chain-status" }); }
I suggest to add this as cli/gha argument since as the Octokit doc recommend we should set it to the application using it.
The text was updated successfully, but these errors were encountered:
Thanks for opening this @lampajr I agree, just one comment, I suggest to use optional parameter otherwise we will use kiegroup/chain-status, wdyt?
kiegroup/chain-status
Sorry, something went wrong.
I agree on keeping the kiegroup/chain-status default.
lampajr
No branches or pull requests
From the code I see that the Octokit constructor is invoked using personal
userAgent
.I suggest to add this as cli/gha argument since as the Octokit doc recommend we should set it to the application using it.
The text was updated successfully, but these errors were encountered: