summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/reviews-github.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for submitting reviews on GitHubClint Byrum2019-04-301-0/+15
| | | | | | | | | GitHub has added a lot of controls around the review object, so it is useful to be able to run tests and then submit a review rather than simply merge. One use-case is also to be able to self-approve with a comment, such as is done in the test code added. Change-Id: I16872062e627b385f78023878bea348555ec5348
* Update test fixtures to use explicit runJames E. Blair2017-10-261-2/+4
| | | | Change-Id: I3060a2bf57cef10a5a7ec5299e3491f1f6751221
* Require a base jobJames E. Blair2017-08-071-0/+4
| | | | | | | | This makes base jobs required and allows for a per-tenant default. Story: 2001110 Task: 4793 Change-Id: I26ffddad8358c156cfac749ce98af70f3447f671
* Add trigger capability on github pr reviewJesse Keating2017-05-171-0/+21
A github pull request review is a new type of event that happens when user provides a review of a pull request https://developer.github.com/v3/pulls/reviews It will create an event https://developer.github.com/v3/activity/events/types/#pullrequestreviewevent sent to the webhook. Allow filtering on submitted or dismissed actions and the state of the review of approved, comment, or request_changes. Signed-off-by: Jesse Keating <omgjlk@us.ibm.com> Change-Id: If94c2fe8adbe18fa7f426d5462559ba24963424c