Skip to content

Add HEALTHCHECK_URL load step at end of CI build process#53

Merged
aweakley merged 6 commits into
mainfrom
copilot/update-ci-yml-load-healthcheck-url
May 10, 2026
Merged

Add HEALTHCHECK_URL load step at end of CI build process#53
aweakley merged 6 commits into
mainfrom
copilot/update-ci-yml-load-healthcheck-url

Conversation

Copilot AI commented May 10, 2026

Copy link
Copy Markdown
Contributor
  • Inspect existing CI workflow and repository validation commands
  • Run available pre-change validation (docker compose config)
  • Update /home/runner/work/buildpack-deps/buildpack-deps/.github/workflows/ci.yml to add a final step that loads ${{ vars.HEALTHCHECK_URL }}
  • Re-run available validation after the workflow edit
  • Run parallel validation (Code Review + CodeQL) and address actionable feedback
  • Create/update PR with the completed change

Copilot AI requested a review from aweakley May 10, 2026 22:10
@aweakley aweakley marked this pull request as ready for review May 10, 2026 23:32
Copilot AI review requested due to automatic review settings May 10, 2026 23:32
@aweakley aweakley merged commit 13e5a80 into main May 10, 2026
19 of 22 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 adds a final “healthcheck ping” step to the GitHub Actions CI workflow so an external endpoint can be notified after the CI pipeline completes.

Changes:

  • Adds a new workflow step at the end of the readme job to curl ${{ vars.HEALTHCHECK_URL }} when configured.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
Comment on lines +101 to +103
- name: Load HEALTHCHECK_URL
if: vars.HEALTHCHECK_URL != ''
run: |
Comment thread .github/workflows/ci.yml
Comment on lines +106 to +108
--url "${{ vars.HEALTHCHECK_URL }}" >/dev/null || {
echo "Healthcheck request failed for ${{ vars.HEALTHCHECK_URL }}."
exit 1
Comment thread .github/workflows/ci.yml
Comment on lines +101 to +103
- name: Load HEALTHCHECK_URL
if: vars.HEALTHCHECK_URL != ''
run: |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@copilot apply changes based on this feedback

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