summaryrefslogtreecommitdiff
path: root/.github/workflows/slash-command-dispatch.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/slash-command-dispatch.yml')
-rw-r--r--.github/workflows/slash-command-dispatch.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml
index 0295e7240..5d54da511 100644
--- a/.github/workflows/slash-command-dispatch.yml
+++ b/.github/workflows/slash-command-dispatch.yml
@@ -24,6 +24,11 @@ jobs:
"command": "regenerate-toc",
"permission": "none",
"issue_type": "pull-request"
+ },
+ {
+ "command": "regenerate-cmdline-ref",
+ "permission": "none",
+ "issue_type": "pull-request"
}
]