Skip to content

Commit e3f1866

Browse files
committed
Clear up the automated comment
1 parent cf107f0 commit e3f1866

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/command-block.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
owner: context.repo.owner,
1818
repo: context.repo.repo,
1919
body: 'Awesome that you are trying to improve the documentation of a nushell command!\n\n' +
20+
'You should not modify the files in `commands/docs` or `commands/categores`\n'+
2021
'As we autogenerate these command pages from the help information defined with the command after each release:\n'+
21-
'- If you already updated the command help, you are already done!\n'+
22-
'- 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'+
22+
'- If you already updated the command help, you are already done and can close this PR!\n'+
23+
'- 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'+
24+
'- If you accidentally made a change in `commands/` while working on general documentation, please revert changes to `commands/`\n\n'+
2325
'Thanks for helping out!'
2426
})
2527
- run: |

0 commit comments

Comments
 (0)