docs: Document configurable GitHub PR comment trigger modes#238
Merged
prithvi2206 merged 1 commit intomainfrom Feb 12, 2026
Merged
docs: Document configurable GitHub PR comment trigger modes#238prithvi2206 merged 1 commit intomainfrom
prithvi2206 merged 1 commit intomainfrom
Conversation
|
|
||
| After Promptless opens a docs PR, you can provide follow-on instructions directly through GitHub comments. Promptless automatically handles quality issues (like linter failures, Vale warnings, or broken links) that arise in documentation PRs, so manual feedback can focus on content improvements rather than technical fixes. | ||
|
|
||
| ## Comment trigger modes |
Contributor
Author
There was a problem hiding this comment.
Citation: Documents the new configurable GitHub PR comment trigger modes from PR #1984. Key implementation in server/backend/integrations/github/routes.py (implements get_pr_comment_mode(), is_aside_prefix(), and mode-based triggering), server/utils/config.py (defines GitHubPrCommentMode enum with mention_only and listen_all_with_aside values), and promptless-dashboard/src/app/settings/OrgSettingsTab.tsx (UI controls showing the two options and aside//aside opt-out behavior).
View source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Documents the new configurable GitHub PR comment trigger modes feature on the "Interacting with Promptless PRs" page.
New "Comment trigger modes" section:
asideor/aside.Updated feedback sections:
Trigger Events
Promptless/promptless PR #1984: Configurable GitHub PR comment trigger mode
Promptless Research (1 GitHub PR)
Agent Response
Tip: Point @Promptless at some of your docs debt and have it clean them up in the background 🧹