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

PROPOSAL: Support sending publication information to a webhook #126

Open
notmessenger opened this issue Feb 7, 2018 · 1 comment
Open

Comments

@notmessenger
Copy link
Contributor

Builds on #125 except that a user can configure a web hook url that pr-bumper will POST the collected information to.

@job13er
Copy link
Contributor

job13er commented Feb 7, 2018

Works for me, I'd add both as a feature that can be configured in .pr-bumper.json, then you could specify the filename where to write the info, and the webhook to post to. The webhook part may need to be a little smarter though, I'd assume there should be some kind of authentication that we wouldn't want to live in .pr-bumper.json in the repo. That part will be tricky, since PRs from forks in github don't have access to private environment variables in Travis. If using some private CI though, it'd be useful.

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

No branches or pull requests

2 participants