Hello all,
In order to make it easier to build automation (in this case for Treeherder's task ingestion) I would like to ask for some metadata to be included in tasks related to Github pushes.
I have filed
https://bugzilla.mozilla.org/show_bug.cgi?id=1590512 to track this request.
In short, what I want is something like this:
```
"version_contol": {
"BASE_REPOSITORY": "
https://github.com/mozilla-mobile/android-components",
"HEAD_REPOSITORY": "
https://github.com/sblatz/android-components",
"HEAD_REF": "download-updates",
"HEAD_REV": "ccd1101f1416b16a2e57cb69e0c2649876728775",
"PULL_REQUEST_NUMBER": "4759"
},
```
PULL_REQUEST_NUMBER only applies to PRs.
My questions for you:
* Is there any upcoming proposal that would cover some of what I ask?
* Is this thread/bug enough to being an agreement?
Thanks in advance,
Armen