-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
area: build & ciRelated the build and CI infrastructure of the projectRelated the build and CI infrastructure of the projecteffort2: daysstate: Needs Design
Description
Discussed a design with @mhevery where we could speed up angular developers a bit, by reacting to the creation of the PR: merge label.
The idea is to run a small AppEngine app, and register it as a webhook on github for the issue modification event. If the modification is that the merge label was added, AND it was added by a trusted party (a core contributor and/or maybe a googler), then we'd create the presubmit branch pointed at the SHA that was 'approved' in this way. We can do this with a simple HTTP API call to github, creating the ref (as we do currently to create and move the g3sync branch ref)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: build & ciRelated the build and CI infrastructure of the projectRelated the build and CI infrastructure of the projecteffort2: daysstate: Needs Design