Add /fix-issue workflow for automated issue fixing#1313
Open
vikrantpuppala wants to merge 2 commits intodatabricks:mainfrom
Open
Add /fix-issue workflow for automated issue fixing#1313vikrantpuppala wants to merge 2 commits intodatabricks:mainfrom
vikrantpuppala wants to merge 2 commits intodatabricks:mainfrom
Conversation
Adds a new GitHub Actions workflow that lets maintainers comment /fix-issue on any issue to trigger Claude to automatically reproduce, fix, test, and create a PR. Security-hardened: maintainer-gated trigger, issue body treated as data not instructions, WebFetch/WebSearch blocked, audit trail comment posted before code changes. Also updates fix-github-issue.md skill with security guidance for treating issue content as untrusted data and CI non-interactive mode support. Co-authored-by: Isaac Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
Collaborator
|
can we make sure the instructions are aligned with https://docs.google.com/document/d/1V2iiC62e2azHNc6y7m7y0a9R47yg4nE6WFIe2cY2KzQ/edit?tab=t.0#heading=h.2r1eilc881sn? |
Apply recommendations from the internal "Agentic Security Threats and Mitigations" document: add non-override language for security rules, spotlighting guidance for untrusted content, explicit prohibition of external data exfiltration tools, and expanded prompt injection patterns. Co-authored-by: Isaac Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
shivam2680
approved these changes
Mar 25, 2026
Collaborator
|
/review |
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.
Summary
claude-fix-issue.yml) that lets maintainers comment/fix-issueon any issue to trigger Claude to automatically reproduce, fix, test, and create a PRfix-github-issue.mdskill with security guidance for treating issue content as untrusted data and CI non-interactive mode supportWebFetch/WebSearchblocked, audit trail comment posted before code changes beginTest plan
/fix-issue, verify the workflow triggersauthor_associationgate blocks non-maintainer triggersNO_CHANGELOG=true
This pull request was AI-assisted by Isaac.