Skip to content

Conversation

Copy link

Copilot AI commented Jul 21, 2025

Summary

This PR adds the cortexEntityIdOrTag: service-azure-cli-credentials-proxy parameter to the linearb-release job in the publish workflow to properly identify this service in the deployment pipeline.

Changes Made

  • Added cortexEntityIdOrTag: service-azure-cli-credentials-proxy to .github/workflows/publish.yml
  • The line is positioned immediately after environment: "release" in the linearb-release job configuration
  • No existing cortexEntityIdOrTag line was present, so this is a net addition

Technical Details

The change was made to the linearb-release job in the workflow file:

linearb-release:
  needs: [main]
  uses: workleap/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main
  with:
    environment: "release"
    cortexEntityIdOrTag: service-azure-cli-credentials-proxy  # <- Added this line
  permissions:
    id-token: write
    contents: read

Validation

  • ✅ YAML syntax validation passed
  • ✅ No duplicate cortexEntityIdOrTag entries exist
  • ✅ Line added at the correct location (after environment: "release")
  • ✅ Proper indentation maintained
  • ✅ Minimal, surgical change (1 line addition)

This change enables proper service identification in the deployment workflow without affecting any other functionality.

This pull request was created as a result of the following prompt from Copilot chat.

Update .github/workflows/publish.yml to add the line 'cortexEntityIdOrTag: service-azure-cli-credentials-proxy' immediately after the line containing 'environment: "release"', but only if a line with 'cortexEntityIdOrTag' does not already exist in the file. Create this change in a new branch called 'feature/feng-722'.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@cptCloud cptCloud closed this Jul 21, 2025
Copilot AI changed the title [WIP] Add cortex deployment tracker Add cortexEntityIdOrTag to publish workflow for service identification Jul 21, 2025
Copilot AI requested a review from cptCloud July 21, 2025 16:54
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