diff --git a/.github/workflows/command-block.yml b/.github/workflows/command-block.yml index 260c2a96803..7aa910fd262 100644 --- a/.github/workflows/command-block.yml +++ b/.github/workflows/command-block.yml @@ -1,8 +1,9 @@ name: Comment on manual command changes on: - pull_request: + pull_request_target: paths: - 'commands/docs/**' + - 'commands/categories/**' jobs: comment: diff --git a/commands/docs/ansi.md b/commands/docs/ansi.md index 43c0fdc8640..723dff97d55 100644 --- a/commands/docs/ansi.md +++ b/commands/docs/ansi.md @@ -146,4 +146,4 @@ Operating system commands: | -------------------------------------------------- | ------------------------------------------------------------------ | -------- | | [`ansi gradient`](/commands/docs/ansi_gradient.md) | Add a color gradient (using ANSI color codes) to the given string. | built-in | | [`ansi link`](/commands/docs/ansi_link.md) | Add a link (using OSC 8 escape sequence) to the given string. | built-in | -| [`ansi strip`](/commands/docs/ansi_strip.md) | Strip ANSI escape sequences from a string. | built-in | \ No newline at end of file +| [`ansi strip`](/commands/docs/ansi_strip.md) | Strip ANSI escape sequences from a string. | built-in |