Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ inputs:
description: >-
Comma-separated list of integrations to notify in the created GitHub issue. When specified, matching integrations are triggered via mentions or commands in a collapsible "Integrations" section appended to the issue body.

Supported values: "doc-sentinel", "promptless", "dosu", "claude", "opencode", "copilot". Invalid values are ignored with a warning.
Supported values: "doc-sentinel", "promptless", "dosu", "claude", "opencode", "copilot", "cursor". Invalid values are ignored with a warning.

The "copilot" integration auto-assigns the issue to Copilot instead of adding to the accordion.

Expand Down
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31850,6 +31850,7 @@ const INTEGRATION_MAP = {
"dosu": "\n@dosu $PROMPT",
"claude": "\n@claude $PROMPT",
"opencode": "\n/opencode $PROMPT",
"cursor": "\n@cursor $PROMPT",
};

// All valid integration names (INTEGRATION_MAP keys + special-case integrations)
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const INTEGRATION_MAP = {
"dosu": "\n@dosu $PROMPT",
"claude": "\n@claude $PROMPT",
"opencode": "\n/opencode $PROMPT",
"cursor": "\n@cursor $PROMPT",
};

// All valid integration names (INTEGRATION_MAP keys + special-case integrations)
Expand Down
15 changes: 15 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading