summaryrefslogtreecommitdiff
path: root/.github/workflows/slash-command-dispatch.yml
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-11-28 15:43:36 +0800
committerGitHub <noreply@github.com>2024-11-28 15:43:36 +0800
commit947b99e8ebaa81e9c8ee9b0f3e247d8d329041ad (patch)
tree5ba708f8edd2fa44486c5ecebe669369cbf4b74b /.github/workflows/slash-command-dispatch.yml
parent2c82b14c476c368c98b6e081aa9f89c878e165fb (diff)
Add Table of Contents check to CI, and bot script to regenerate (#5618)
* Sort filenames when generating table of contents The order of EnumerateFiles is unspecified * Add build table of contents bash script * Add toc checking to CI * Add --check-only option to toc checking * regenerate ToC
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"
}
]