2019-09-16 12:03:11 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
---
|
|
|
|
loader: taskgraph.loader.transform:loader
|
|
|
|
|
|
|
|
kind-dependencies:
|
2019-09-24 10:52:05 +00:00
|
|
|
- build
|
2019-10-08 15:36:42 +00:00
|
|
|
- lint
|
2019-09-23 11:42:36 +00:00
|
|
|
- test
|
2019-09-16 12:03:11 +00:00
|
|
|
|
|
|
|
transforms:
|
|
|
|
- taskgraph.transforms.code_review:transforms
|
|
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
complete:
|
|
|
|
description: PR Summary Task
|
|
|
|
run-on-tasks-for: [github-pull-request]
|
|
|
|
worker-type: succeed
|