Skip to content

Commit

Permalink
Merge pull request #17 from fleboulch/contrib/help-msg
Browse files Browse the repository at this point in the history
fix: synchronise help message command with readme
  • Loading branch information
greg0ire committed Jun 14, 2024
2 parents 876569b + 8d0654e commit 2b5c995
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/core/viewBuilders/buildHelpMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ export function buildHelpMessage(channelId: string): ChatPostMessageArguments {
text: `\
Here are the available commands:
- /homer changelog - Generate changelogs for any Gitlab project using release tags.
- /homer project add <project_name|project_id> - Add a Gitlab project to a channel.
- /homer project list - List the Gitlab projects added to a channel.
- /homer project remove - Remove a Gitlab project from a channel.
- /homer release - Create a Gitlab release.
- /homer release cancel - Cancel a Gitlab release.
- /homer release end - End a Gitlab release.
- /homer review <search> - Share a merge request on a channel. Searches in title and description by default. Accepts merge request URLs and merge request IDs prefixed with "!".
- /homer review list - List ongoing reviews shared in a channel.
Expand All @@ -26,13 +22,9 @@ Don't hesitate to join me on #moes-tavern-homer to take a beer!`,
text: `\
Here are the available commands:
• \`/homer changelog\` Generate changelogs for any Gitlab project using release tags.
• \`/homer project add <project_name|project_id>\` Add a Gitlab project to a channel.
• \`/homer project list\` List the Gitlab projects added to a channel.
• \`/homer project remove\` Remove a Gitlab project from a channel.
• \`/homer release\` Create a Gitlab release.
• \`/homer release cancel\` Cancel a Gitlab release.
• \`/homer release end\` End a Gitlab release.
• \`/homer review <search>\` Share a merge request on a channel. Searches in title and description by default. Accepts merge request URLs and merge request IDs prefixed with "!".
• \`/homer review list\` List ongoing reviews shared in a channel.
Expand Down

0 comments on commit 2b5c995

Please sign in to comment.