summaryrefslogtreecommitdiffstats
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 3d59498da..0295e7240 100644
--- a/.github/workflows/slash-command-dispatch.yml
+++ b/.github/workflows/slash-command-dispatch.yml
@@ -19,6 +19,11 @@ jobs:
"command": "format",
"permission": "none",
"issue_type": "pull-request"
+ },
+ {
+ "command": "regenerate-toc",
+ "permission": "none",
+ "issue_type": "pull-request"
}
]