Pull from /head instead of /merge for PRs due to the race condition outlined in https://github.com/buildbot/buildbot/issues/3998

This commit is contained in:
Colin Finck 2020-02-23 12:15:04 +01:00
parent c73a80e0cf
commit d4dbc49e60
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -163,6 +163,7 @@ c['www'] = {
),
'change_hook_dialects': {
'github': {
'pullrequest_ref': 'head',
'secret': credentials.get("github", "webhook_secret"),
},
},