Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EventNotes
pullrequest:createdGenerate card when pull request is created in a given repository.
pullrequest:approvedGenerate card when someone approves a pull request in a given repository .
pullrequest:unapprovedGenerate card when some cancels his approbal for pull request in a given repository.
pullrequest:rejectedGenerate card when someone rejects a pull request.
pullrequest:fulfilledGenerate card when pull request is being merged.
pullrequest:commentedGenerate card when someone comments a pull request
pullrequest:updatedNot yet implemented.
repo:commit_status_createdGenerate card when pipeline build is started.
repo:commit_status_updatedGenerate card when pipeline build finished.
branch:created

Generate card when branch is being created. 

Note

This event is supported only in GIT repositories.


branch:updated

Generate card when there is a push to branch.

Note

This event is supported only in GIT repositories.


branch:deleted

Generate card when branch is deleted.

Note

This event is supported only in GIT repositories.


...