Skip to content

Storage for GitHub workflows that handle chatops slash commands from backend software repositories

License

Notifications You must be signed in to change notification settings

dictyBase/slash-command-processor-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

slash-command-processor-backend

Storage for any slash command-based (chatops) GitHub workflows used for backend software.

Commands

/deploy

Deploys application to a specified cluster.

Syntax

/deploy (cluster=) [commit|branch=] [chart-name=]

Examples

Posting a comment inside an issue:
/deploy cluster=erickube commit=xyz
/deploy cluster=erickube branch=develop chart-name=foo

Posting a comment inside a pull request:
/deploy cluster=siddkube
/deploy cluster=siddkube commit=xyz
/deploy cluster=siddkube chart-name=baaz

If no commit is given in a PR comment, the head commit is used.

Repositories that use this command need to include a GitHub workflow that runs on issue comment creation (example).

About

Storage for GitHub workflows that handle chatops slash commands from backend software repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published