Skip to content

fix(opencode): Retrieve and pass user-provided prompt from action workflow#11651

Closed
MunumButt wants to merge 1 commit intoanomalyco:devfrom
MunumButt:fix/github-integration-prompting
Closed

fix(opencode): Retrieve and pass user-provided prompt from action workflow#11651
MunumButt wants to merge 1 commit intoanomalyco:devfrom
MunumButt:fix/github-integration-prompting

Conversation

@MunumButt
Copy link
Copy Markdown

@MunumButt MunumButt commented Feb 1, 2026

Fixes #11652

Changes:

  • Fix retrieval and passthrough of user-provided prompt in the action workflow.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 1, 2026

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 1, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@MunumButt MunumButt changed the title fix: Retrieve and pass user-provided prompt from action workflow fixes #11652: Retrieve and pass user-provided prompt from action workflow Feb 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 1, 2026

Hey! Your PR title fixes #11652: Retrieve and pass user-provided prompt from action workflow doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@MunumButt MunumButt changed the title fixes #11652: Retrieve and pass user-provided prompt from action workflow fix (opencode) Issue #11652: Retrieve and pass user-provided prompt from action workflow Feb 1, 2026
@MunumButt MunumButt changed the title fix (opencode) Issue #11652: Retrieve and pass user-provided prompt from action workflow fix (opencode): Retrieve and pass user-provided prompt from action workflow Feb 1, 2026
@MunumButt MunumButt changed the title fix (opencode): Retrieve and pass user-provided prompt from action workflow fix(opencode): Retrieve and pass user-provided prompt from action workflow Feb 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions Bot closed this Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

User provided prompt is not passed through in the GitHub Action workflow

1 participant