davidahouse / stampede-server

A node.js based workflow server
https://www.stampedeci.com
MIT License
4 stars 1 forks source link

✨Added login to pr details #698

Closed davidahouse closed 3 years ago

davidahouse commented 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"
    }
stampede-ci[bot] commented 3 years ago

:racehorse: Sweet! All your stampede tasks have passed...

PR Standards Checking description success
Lint (Node.js) :white_check_mark: Success
Unit Tests (Node.js) :white_check_mark: Success
Lines of Code :white_check_mark: Success

More Info...