Skip to content

Conversation

@hallipr
Copy link
Member

@hallipr hallipr commented Jan 23, 2026

What does this PR do?

Sync workflow files from azure/azure-sdk-tools @ 2f04779f183e

Co-authored-by: Salman Muin Kayser Chishti 13schishti@gmail.com

Pre-merge Checklist

  • Required for All PRs
    • Read contribution guidelines
    • PR title clearly describes the change
    • Commit history is clean with descriptive messages (cleanup guide)
    • Added comprehensive tests for new/modified functionality
    • Updated servers/Azure.Mcp.Server/CHANGELOG.md and/or servers/Fabric.Mcp.Server/CHANGELOG.md for product changes (features, bug fixes, UI/UX, updated dependencies)
  • For MCP tool changes:
    • One tool per PR: This PR adds or modifies only one MCP tool for faster review cycles
    • Updated servers/Azure.Mcp.Server/README.md and/or servers/Fabric.Mcp.Server/README.md documentation
    • Validate README.md changes using script at eng/scripts/Process-PackageReadMe.ps1. See Package README
    • Updated command list in /servers/Azure.Mcp.Server/docs/azmcp-commands.md and/or /docs/fabric-commands.md
    • Run .\eng\scripts\Update-AzCommandsMetadata.ps1 to update tool metadata in azmcp-commands.md (required for CI)
    • For new or modified tool descriptions, ran ToolDescriptionEvaluator and obtained a score of 0.4 or more and a top 3 ranking for all related test prompts
    • For tools with new names, including new tools or renamed tools, update consolidated-tools.json
    • For new tools associated with Azure services or publicly available tools/APIs/products, add URL to documentation in the PR description
  • Extra steps for Azure MCP Server tool changes:
    • Updated test prompts in /servers/Azure.Mcp.Server/docs/e2eTestPrompts.md
    • 👉 For Community (non-Microsoft team member) PRs:
      • Security review: Reviewed code for security vulnerabilities, malicious code, or suspicious activities before running tests (crypto mining, spam, data exfiltration, etc.)
      • Manual tests run: added comment /azp run mcp - pullrequest - live to run Live Test Pipeline

Co-authored-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR syncs GitHub Actions workflow files from the azure-sdk-tools repository, updating several GitHub Actions to their latest major versions to keep the CI/CD infrastructure current and secure.

Changes:

  • Updates actions/upload-artifact from v4 to v6 in event processing workflows
  • Updates actions/checkout from v4 to v6 in the APIView workflow
  • Updates actions/github-script from v7 to v8 in the bug bash milestone workflow

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/scheduled-event-processor.yml Bumps upload-artifact action to v6 for archiving event data
.github/workflows/post-apiview.yml Bumps checkout action to v6 for sparse checkout of eng/common
.github/workflows/event-processor.yml Bumps upload-artifact action to v6 for archiving event data
.github/workflows/auto-milestone-bugbash.yml Bumps github-script action to v8 for milestone assignment logic

@hallipr hallipr enabled auto-merge (squash) January 23, 2026 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

2 participants