Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

The security-fix-pr workflow was calling get_code_scanning_alert with alert_number (snake_case), but the GitHub MCP server expects alertNumber (camelCase).

Changes

  • Updated .github/workflows/security-fix-pr.md to use alertNumber parameter
  • Recompiled workflow to update .github/workflows/security-fix-pr.lock.yml

The workflow already has max: 5 configured for concurrent autofix processing.

# Before
- `alert_number`: The alert number from step 1

# After
- `alertNumber`: The alert number from step 1
Original prompt

Update "security PR fix" with the latest tool signature from the github mcp server and allow to run 5 PR concurrently.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update security PR fix with latest tool signature Update security-fix-pr workflow to use camelCase parameter for GitHub MCP server Jan 16, 2026
Copilot AI requested a review from pelikhan January 16, 2026 00:35
@pelikhan pelikhan marked this pull request as ready for review January 16, 2026 00:41
@pelikhan pelikhan merged commit 09aa3c6 into main Jan 16, 2026
@pelikhan pelikhan deleted the copilot/update-security-pr-fix branch January 16, 2026 00:41
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.

2 participants