Skip to content

GitlabCog

Zevaryx requested to merge gitlabcog into main

New commands

/gl

  • issue <id>
    • Get a GitLab issue with specified ID
  • mergerequest <id>
    • Get a GitLab merge request with specified ID
  • milestone <id>
    • Get a GitLab milestone with specified ID
  • issues [state]
    • Get all issues that match state, default "opened"
  • mergerequests [state]
    • Get all merge requests that match state, default "opened"
  • milestones
    • Get all milestones

New requirements

Merge request reports

Loading