Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ If you'd like to know more about packit, please check:
- Our website: [packit.dev](https://packit.dev/)
- GitHub project for packit tool: [packit-service/packit](https://github.com/packit/packit)
- Hacking on packit service: [CONTRIBUTING.md](/CONTRIBUTING.md)


<!-- fix-issue-412: enable controlling packit-service with the command embedded -->
Comment on lines +18 to +20
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change adds an invisible HTML comment and extra blank lines to the README.md file. This seems to be for automation, but embedding commands this way harms maintainability, as the purpose is unclear and it adds clutter to a core documentation file. It's preferable to trigger automation via more standard mechanisms like PR comments or labels. I recommend removing these lines.

Loading