is-pinoy.dev logois-pinoy.dev

Troubleshooting

Solutions for common problems during subdomain registration.

How to read a CI failure

When CI fails on your PR, GitHub automatically posts a comment with the error. Look for a comment from the github-actions bot — it will contain the exact validation error.

The two most common CI failures are:

  1. Schema validation failed — your JSON file has a formatting or value error
  2. owner.github mismatch — the GitHub username in your JSON doesn't match the account that opened the PR

See CI Failures for fixes for both.

On this page