@@ -18,16 +18,16 @@ jobs:
18
18
help :
19
19
if : ${{ (github.event.issue.pull_request && github.event.comment.body == '/help') || github.event_name == 'workflow_dispatch' }}
20
20
runs-on : ubuntu-latest
21
-
21
+
22
22
steps :
23
23
- name : Show Available Commands
24
24
uses : actions/github-script@v7
25
25
with :
26
26
script : |
27
27
const sections = {
28
28
commands: {
29
- deploy: {
30
- title: '## `/deploy`',
29
+ " deploy-review-app" : {
30
+ title: '## `/deploy-review-app `',
31
31
purpose: '**Purpose:** Deploy a review app for your pull request',
32
32
details: [
33
33
'**What it does:**',
42
42
' - Example: `/deploy timeout=1800`'
43
43
]
44
44
},
45
- destroy : {
46
- title: '## `/destroy `',
45
+ "delete-review-app : {
46
+ title: '## `/delete-review-app `',
47
47
purpose: '**Purpose:** Remove the review app for your pull request',
48
48
details: [
49
49
'**What it does:**',
@@ -96,17 +96,18 @@ jobs:
96
96
details: [
97
97
'Review apps are automatically destroyed when:',
98
98
'1. The pull request is closed',
99
- '2. The `/destroy ` command is used',
99
+ '2. The `/delete-review-app ` command is used',
100
100
'3. A new deployment is requested (old one is cleaned up first)'
101
101
]
102
102
},
103
103
help: {
104
104
title: '## Need Help?',
105
105
details: [
106
- 'For additional assistance: ',
107
- '1. Check the [Control Plane documentation](https://docs.controlplane .com/)',
106
+ 'For additional assistance, ',
107
+ '1. Check the [Control Plane Flow documentation](https://www.shakacode .com/control-plane-flow/docs /)',
108
108
'2. Contact the infrastructure team',
109
- '3. Open an issue in this repository'
109
+ '3. [Open an issue in this repository](https://github.com/shakacode/control-plane-flow/issues/new)',
110
+ '4. [Contact ShakaCode support](mailto:justin@shakacode.com)'
110
111
]
111
112
}
112
113
};
0 commit comments