Skip to content

Add repo webhook redelivery method - #2305

Merged
gmlewis merged 1 commit into
google:masterfrom
ecrupper:i2304/redeliver-repo-webhook
Mar 3, 2022
Merged

Add repo webhook redelivery method#2305
gmlewis merged 1 commit into
google:masterfrom
ecrupper:i2304/redeliver-repo-webhook

Conversation

@ecrupper

Copy link
Copy Markdown
Contributor

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

google-claBot commented Mar 1, 2022

Copy link
Copy Markdown

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.

@gmlewisgmlewis changed the title feat(repo): adding repo webhook redelivery methodAdd repo webhook redelivery methodMar 1, 2022

@gmlewisgmlewis left a comment

Copy link
Copy Markdown
Collaborator

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

codecovBot commented Mar 1, 2022

Copy link
Copy Markdown

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 FilesCoverage Δ
github/repos_hooks_deliveries.go92.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
Copy Markdown
Collaborator

Thank you, @JordanSussman !
Merging.

@gmlewis
gmlewis merged commit 5a4019e into google:masterMar 3, 2022
jlaportebot added a commit to jlaportebot/go-github that referenced this pull request Jun 28, 2026
Sign up for freeto 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

@ecrupper@gmlewis@JordanSussman