You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Deploy status for projects deployed via a GitHub Actions workflow (e.g. GitHub Pages):
set githubDeployWorkflow in the collector config to report that workflow's latest run
as the project's deploy status, alongside the existing Amplify-based deploy status.
Deploy status for Cloudflare Pages projects: set cloudflarePagesProject in the
collector config to report the latest production deployment status, using the same
Cloudflare API token and account ID as the domain collector.
Fixed
Cloudflare Pages deploy status could report "no production deployments" when 5+ preview
deployments pushed the production deployment out of the API page; now uses server-side
environment filtering.
A transient error from the GitHub Actions deploy-workflow API could discard all
successfully-fetched workflow-run data for that repository; the deploy-workflow call is
now isolated so general CI metrics survive independently.