Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[WIP] Fix issue with Copilot action - #2

Merged
batt1984rodrigo-del merged 2 commits into
mainfrom
claude/fix-with-copilot
Aug 7, 2026
Merged

[WIP] Fix issue with Copilot action#2
batt1984rodrigo-del merged 2 commits into
mainfrom
claude/fix-with-copilot

Conversation

@Claude

@Claude Claude AI commented Aug 7, 2026

Copy link
Copy Markdown

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Fix with Copilot: https://github.com/batt1984rodrigo-del/docs/actions/runs/29778103415/job/92741071281

@Claude
Claude AI requested a review from batt1984rodrigo-del August 7, 2026 01:37
@batt1984rodrigo-del
batt1984rodrigo-del marked this pull request as ready for review August 7, 2026 01:47
Copilot AI lite review requested due to automatic review settings August 7, 2026 01:47
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@batt1984rodrigo-del
batt1984rodrigo-del merged commit ae3e4d9 into main Aug 7, 2026
15 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

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 updates an Azure container deployment GitHub Actions workflow to avoid failing automatic runs by switching its trigger from push to manual workflow_dispatch (the workflow’s Docker build depends on a private GHCR base image and a placeholder Azure Web App configuration). Review provided by GitHub Copilot.

Changes:

  • Removed the push trigger on main and changed the workflow to run only via workflow_dispatch.
  • Added inline rationale in the workflow explaining why automatic runs fail in forks/unconfigured environments.

Comment on lines +34 to +38
# ghcr.io/github/gh-base-image/gh-base-noble base image referenced in the
# Dockerfile (which is intended for GitHub's internal Moda production
# deployment) and on an Azure Web App configured with the placeholder
# AZURE_WEBAPP_NAME below. Automatic runs on push fail with 403 Forbidden
# when pulling the base image in forks or unconfigured environments.
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.

3 participants