Skip to content

Instantly share code, notes, and snippets.

@kaiomagalhaes
Last active March 11, 2021 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaiomagalhaes/ff6d8a4b16a4c34e870f2ea66b94935e to your computer and use it in GitHub Desktop.
Save kaiomagalhaes/ff6d8a4b16a4c34e870f2ea66b94935e to your computer and use it in GitHub Desktop.
Codelitt's Roadrunner commands

I am only the messenger, but here is my manual!

It looks like you already know about the help command, good job!

Features

Spotchecks

1. 👀 Jira Spotcheck

  • Where: any channel
  • Summary: Sends you a private message with a random list of cards in progress across all the jira boards
  • Who: Anyone
  • Command: /roadrunner spotcheck jira

Releases

Normal release

Single project per channel

2. Update QA single project per channel

  • Where: A deploy channel that has only one project tied to it
  • Summary: Creates a new QA release
  • Who: Project Managers and Engineers
  • Command: /roadrunner update qa

3. Update PROD single project per channel

  • Where: A deploy channel that has only one project tied to it
  • Summary: Creates a new PROD release from the previous QA release
  • Who: Project Managers and Engineers
  • Command: /roadrunner update prod

Multiple projects per channel

4. Update QA many projects per channel

  • Where: A deploy channel that has more than one project tied to it
  • Summary: Creates a new QA release
  • Who: Project Managers and Engineers
  • Command: /roadrunner update [repository-name] qa

5. Update PROD many projects per channel

  • Where: A deploy channel that has more than one project tied to it
  • Summary: Creates a new PROD release from the QA release
  • Who: Project Managers and Engineers
  • Command: /roadrunner update [repository-name] prod

Hotfix release

6. Create Hotfix QA

  • Where: A deploy channel that has at least one project tied to it
  • Summary: Creates a new Hotfix QA release from a specific branch
  • Who: Engineers
  • Command: /roadrunner hotfix qa [repository-name] [branch-name]

7. Create Hotfix PROD

  • Where: A deploy channel that has at least one project tied to it
  • Summary: Creates a new Hotfix Prod release from the Hotfix QA release.
  • Who: Engineers
  • Command: /roadrunner hotfix prod [repository-name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment