How to get notified when someone pushes into a GitHub branch?

Not quite – but close enough. (You’ll get notified for every commit, not push.) For GitHub Enterprise as of mid 2014: Go into your repository’s Settings Open the “Webhooks and Services” tab Click “Add Service” button Select “Email” from the long list of services Put in an e-mail address. This can be an e-mail address … Read more

Create a GitHub webhook for when a pull request is accepted & merged to master

So, you can’t customize the conditions of the trigger, but as LeGec mentions you can customize your code to only trigger when the Pull Request is merged. To do that, make sure your script responds to the PullRequestEvent. The conditions to test are: “action” is “closed“ “merged” (inside of “pull_request”) is true This way your … Read more

Github enterprise – remote: Password authentication is not available for Git operations

If you have registered a public ssh key to your GitHub enterprise account, you could side-step the issue using an ssh url cd /path/to/repo git remote set-url origin git@github.ibm.com:WBurney/Blockchain_SDO.git Then any command like git push/git fetch/git pull/git ls-remote would use the SSH URL set by git remote set-url. But regarding your original issue, try and … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)