Module git_next_repo_actor::messages

source ·

Structs§

  • Request to advance the main branch on to same commit as the next branch.
  • Request to advance the next branch on to the next commit on the `dev branch.
  • Requests that the CI status for the commit be checked.
  • Request to clone (or open) the git repo.
  • Request to load the git-next.toml from the git repo.
  • An incremental token used to identify the current set of messages.
  • Request to send the message payload to the notification webhook
  • Notification of the status of the CI checks for the commit.
  • Notification that the git-next.toml file has been loaded from the repo and parsed.
  • Requests that a Webhook be registered with the forge.
  • Request that the webhook be removed from the forge, so they will stop notifying us.
  • Request that the state of the branches in the git repo be assessed and generate any followup actions.
  • Notification of a webhook message from the forge.
  • Notification that a webhook has been registered with a forge.