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

Add repo webhook redelivery method #2305

Merged
merged 1 commit into from Mar 3, 2022

Conversation

ecrupper
Copy link
Contributor

@ecrupper ecrupper commented Mar 1, 2022

Closes #2304

API Documentation: https://docs.github.com/en/rest/reference/webhooks#redeliver-a-delivery-for-a-repository-webhook

Adding method to RepositoriesService to redeliver repo-level webhooks.

@google-cla
Copy link

google-cla bot commented Mar 1, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@gmlewis gmlewis changed the title feat(repo): adding repo webhook redelivery method Add repo webhook redelivery method Mar 1, 2022
Copy link
Collaborator

@gmlewis gmlewis left a comment

Choose a reason for hiding this comment

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

Thank you, @ecrupper !
LGTM.

Awaiting second LGTM from any other contributor to this repo before merging.

@codecov
Copy link

codecov bot commented Mar 1, 2022

Codecov Report

Merging #2305 (feccbee) into master (20656f6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2305   +/-   ##
=======================================
  Coverage   97.84%   97.84%           
=======================================
  Files         115      115           
  Lines       10403    10415   +12     
=======================================
+ Hits        10179    10191   +12     
  Misses        156      156           
  Partials       68       68           
Impacted Files Coverage Δ
github/repos_hooks_deliveries.go 92.45% <100.00%> (+2.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 20656f6...feccbee. Read the comment docs.

@gmlewis
Copy link
Collaborator

gmlewis commented Mar 3, 2022

Thank you, @JordanSussman !
Merging.

@gmlewis gmlewis merged commit 5a4019e into google:master Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support redelivering a repository webhook
3 participants