Closed davidahouse closed 3 years ago
This PR adds the user login to the pull request details. This can be used by the worker to provide the value to work scripts.
In the task details this shows up in the JSON:
"pullRequest": { "number": 61, "head": { "ref": "house/lint-warnings", "sha": "2da6e30b04364a74e051bc31124be771c630a415" }, "base": { "ref": "master", "sha": "83979a5c9052356d691f8df27c2c7c85698b259b" }, "login": "davidahouse" }
:racehorse: Sweet! All your stampede tasks have passed...
More Info...
This PR adds the user login to the pull request details. This can be used by the worker to provide the value to work scripts.
In the task details this shows up in the JSON: