We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a52896 + bdde59f commit 1a5201cCopy full SHA for 1a5201c
README.md
@@ -87,6 +87,16 @@ This means that reactions to comments will appear to be made by the user account
87
commands: deploy, integration-test, build-docs
88
```
89
90
+### How are comments parsed for slash commands?
91
+
92
+Slash commands must be placed in the first line of the comment to be interpreted as a command.
93
94
+- The first character must be a `/`
95
+- The slash command extends to the last non-whitespace character on the first line
96
+- Anything after the first line is ignored and can be freely used for comments
97
98
+
99
100
## Handling dispatched commands
101
102
### Event types
docs/assets/comment-parsing.png
77.4 KB
0 commit comments