File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 const sections = {
2828 commands: {
2929 deploy: {
30- title: '## `/deploy`',
30+ title: '## `/deploy-review-app `',
3131 purpose: '**Purpose:** Deploy a review app for your pull request',
3232 details: [
3333 '**What it does:**',
4343 ]
4444 },
4545 destroy: {
46- title: '## `/destroy `',
46+ title: '## `/delete-review-app `',
4747 purpose: '**Purpose:** Remove the review app for your pull request',
4848 details: [
4949 '**What it does:**',
9494 cleanup: {
9595 title: '## Automatic Cleanup',
9696 details: [
97- 'Review apps are automatically destroyed when:',
97+ 'Review apps are automatically deleted when:',
9898 '1. The pull request is closed',
99- '2. The `/destroy ` command is used',
99+ '2. The `/delete-review-app ` command is used',
100100 '3. A new deployment is requested (old one is cleaned up first)'
101101 ]
102102 },
You can’t perform that action at this time.
0 commit comments