Skip to content
New issue

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

feat(gcf-utils): change the method signature of addOrUpdateIssueComment #1131

Merged
merged 4 commits into from Nov 17, 2020

Conversation

tmatsuo
Copy link
Contributor

@tmatsuo tmatsuo commented Nov 16, 2020

fixes #1130

Now it only requires Octokit, instead of Context.
The intention is to allow us to use this function from the cron hander.

@tmatsuo tmatsuo requested a review from a team November 16, 2020 17:02
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 16, 2020
@tmatsuo tmatsuo changed the title feat: change the method signature of addOrUpdateIssueComment feat(gcf-utils): change the method signature of addOrUpdateIssueComment Nov 16, 2020
Takashi Matsuo added 2 commits November 16, 2020 17:16
Now it only requires Octokit, instead of Context.
The intention is to allow us to use this function from the cron hander.

In the test app, I needed to do double cast to avoid an error.
@tmatsuo
Copy link
Contributor Author

tmatsuo commented Nov 16, 2020

Rebased. This is technically a breaking change, but this function is just added and we haven't released gcf-utils yet, so it should be fine to merge in my opinion.

@bcoe bcoe added the automerge label Nov 17, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit 700927f into googleapis:master Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make addOrUpdateIssueComment more accesible
2 participants