Questions tagged [github-webhook]

Use for the webhook settings in github

Webhooks allow triggers to be set off by github, or for github to respond to.

Learn more here.

98 questions
0
votes
1 answer

No "ref" tag in GitHub webhook payload

I'm trying to setup GitHub webhook to trigger some backend activities only when the GitHub event is either a commit or a merge to the master branch. { "zen": "Practicality beats purity.", "hook_id": 226668888, "hook": { "type":…
knl
  • 969
  • 11
  • 35
0
votes
0 answers

Jenkins multi branch pipeline not triggered on deployment event

I have setup a job as a multi branch pipeline and I want to trigger it on a deployment event from github, but nothing happens when I do that. Jenkins manages the webhooks automatically. The deployment checkbox on the webhook is marked, and When I…
0
votes
0 answers

(Python, Flask) Flask route function takes too long due to IO bound, so client times out

I am currently developing a music streaming service from the ground up. I'm doing both, back and front end. I have a server that I'm using for testing during this development phase. It has a Go server application and also a clone of a GitHub repo…
0
votes
1 answer

gitHubAutoDeployer for Google Cloud Functions auth redirects

I'm attempting to use the gitHubAutoDeployer function provided by: https://github.com/GoogleCloudPlatform/community/blob/master/tutorials/cloud-functions-github-auto-deployer/index.md I followed the project, but upon deploying and trying to trigger…
0
votes
0 answers

How to configure Heroku to receive webhooks from GitHub?

I am trying to create a GitHub Webhook that pings a URL whenever one of my repos is updated. I want to ping my application running on Heroku, but I am not sure how to setup Heroku to accept an external webhook. I see that Heroku can create…
Walker Sorlie
  • 53
  • 1
  • 1
  • 7
0
votes
2 answers

Avoid triggering build on certain file changes (e.g README.md)

Is there any way to avoid triggering build on certain file commits which are not directly related to source code? e.g. I don't want to trigger a automatic build when anyone make changes to README.md file or some reference document file.
Kundan
  • 1,394
  • 1
  • 13
  • 26
0
votes
1 answer

Invalid Json returned by Taiga webhook in Github, but it seems valid?

I am trying to set up a webhook between Taiga and Github, the payloadis below, but the response I get is: {"_error_message": "The payload is not a valid json", "_error_type": "taiga.base.exceptions.BadRequest"} Here is the payload: { "zen":…
AncientSwordRage
  • 7,086
  • 19
  • 90
  • 173
-1
votes
1 answer

i'm developing a web server that get payloads from a github webhook in python

i'm developing a web server in python that get payloads from a github webhook for specific events (push, new commits, pull requset...) how can i distenguise between thoese events throw gson? i've looked in the payload but fond nothing..:/ but in the…
Ruba123
  • 1
  • 1
  • 2
1 2 3 4 5 6
7