diff --git a/.github/workflows/command-block.yml b/.github/workflows/command-block.yml index 7aa910fd262..c886fd95560 100644 --- a/.github/workflows/command-block.yml +++ b/.github/workflows/command-block.yml @@ -22,3 +22,6 @@ jobs: '- Else, please look for the command in the [source tree](https://github.com/nushell/nushell/tree/main/crates) and make your changes directly there.\n\n'+ 'Thanks for helping out!' }) + - run: | + echo "This PR touched autogenerated command docs. If you are not a maintainer of the autogenerated docs, please revert changes to `commands/docs/**` and make the change on the nushell side" + exit 1