Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Utilize GitHub commit status API #2

Open
dahlia opened this issue Oct 26, 2012 · 0 comments
Open

Utilize GitHub commit status API #2

dahlia opened this issue Oct 26, 2012 · 0 comments
Assignees
Milestone

Comments

@dahlia
Copy link
Contributor

dahlia commented Oct 26, 2012

GitHub provides commit status API, so we can report the start/end of deployment using this. See the API docs as well.

  1. pending — until the deployment is done.
  2. error — if it failed to deploy.
  3. failure — if its automated tests (python setup.py test) failed (Run automated tests #6).
  4. pending — until collaborators confirm it (Approve/reject voting #4).
  5. failure or success
    • failure — if collaborators rejected it.
    • success — if collaborators approved it.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant