Fix issue #1668: Provide a /packit help comment command#3069
Fix issue #1668: Provide a /packit help comment command#3069JackDKobe wants to merge 2 commits intopackit:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request aims to add a /packit help command, but the only change submitted is the addition of tracking comments to the README.md file. The implementation for the new command appears to be missing from this pull request. Please add the relevant code changes for the feature to be reviewed. Regarding the changes in README.md, they include excessive newlines and a comment for an unrelated issue, which I've commented on separately.
|
|
||
|
|
||
| <!-- fix-issue-412: enable controlling packit-service with the command embedded --> | ||
|
|
||
|
|
||
| <!-- fix-issue-1668: Provide a /packit help comment command --> |
There was a problem hiding this comment.
These additions introduce several empty lines which makes the file less clean. Please consider removing them.
Also, the comment for issue #412 seems unrelated to this pull request. It might be better to handle that in a separate PR to keep changes focused.
|
❌ pre-commit FAILURE in 1m 59s |
Fixes good-first-issue #1668