Conversation
|
|
||
| This repo depends on [`doc-detective`](doc-detective) for performing the tests. | ||
|
|
||
| ## Issue notifications |
Contributor
Author
There was a problem hiding this comment.
Citation: Based on changes in action.yml which defines the new integrations and prompt inputs, and index.js which implements parseIntegrations(), buildIntegrationsAccordion(), and the INTEGRATION_MAP constant with the supported integration values.
View source
Contributor
Author
|
|
||
| Integrations (except `copilot`) appear in a collapsible "Integrations" section in the issue body. Invalid integration names are warned and ignored. | ||
|
|
||
| - `prompt`: Text passed to integrations, inserted where `$PROMPT` appears in integration mentions. You can also use `$PROMPT` in your custom `issue_body` template. Default: `"Investigate the causes of the failures reported in this Doc Detective test output and suggest fixes"`. |
Contributor
Author
There was a problem hiding this comment.
Citation: Fixed the default prompt value to match the actual implementation in action.yml lines 107-112. The default is "Investigate potential causes of the failures reported in this Doc Detective test output and suggest fixes." (with "potential" and trailing period).
View source
hawkeyexl
approved these changes
Feb 27, 2026
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
Adds documentation for the GitHub Action's issue notification feature and new AI integrations. Documents the
integrationsinput (supports doc-sentinel, promptless, dosu, claude, opencode, copilot) andpromptinput, along with related issue configuration options likecreate_issue_on_fail,issue_title,issue_body,issue_labels, andissue_assignees. Includes a YAML example showing how to use these features.Trigger Events
doc-detective/github-action PR #54: Add integrations and prompt inputs for issue notifications
Promptless Research (1 GitHub PR)
Agent Response
Tip: Leave inline comments with
@Promptlesson suggestion diffs in the Promptless dashboard for targeted refinements 💬