{"id":50295181,"url":"https://github.com/chillicream/nitro-fusion-validate","last_synced_at":"2026-06-03T16:00:41.238Z","repository":{"id":346868994,"uuid":"1160946785","full_name":"ChilliCream/nitro-fusion-validate","owner":"ChilliCream","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-27T15:36:41.000Z","size":6711,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T08:33:49.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChilliCream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-18T15:01:43.000Z","updated_at":"2026-05-27T15:36:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ChilliCream/nitro-fusion-validate","commit_stats":null,"previous_names":["chillicream/nitro-fusion-validate"],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/ChilliCream/nitro-fusion-validate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-fusion-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-fusion-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-fusion-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-fusion-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChilliCream","download_url":"https://codeload.github.com/ChilliCream/nitro-fusion-validate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-fusion-validate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33872298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-28T08:32:09.762Z","updated_at":"2026-06-03T16:00:41.233Z","avatar_url":"https://github.com/ChilliCream.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nitro Fusion Validate\n\nA GitHub Action that validates GraphQL source schemas against the Nitro registry.\n\n## Usage\n\n```yaml\n- uses: ChilliCream/nitro-fusion-validate@v16\n  with:\n    stage: \u003cstage\u003e\n    api-id: \u003capi-id\u003e\n    api-key: \u003capi-key\u003e\n    source-schema-files:\n      - ./src/SchemaA/schema.graphqls\n      - ./src/SchemaB/schema.graphqls\n    # Optional\n    comment-mode: none\n    legacy-v1-archive: ./path/to/fusion-v1.fgp\n    cloud-url: \u003ccloud-url\u003e\n```\n\n## Inputs\n\n| Name                  | Required | Description                                                                     |\n| --------------------- | -------- | ------------------------------------------------------------------------------- |\n| `stage`               | Yes      | The name of the stage                                                           |\n| `api-id`              | Yes      | The ID of the API                                                               |\n| `api-key`             | Yes      | API key for authentication                                                      |\n| `source-schema-files` | Yes      | Paths to source schema files                                                    |\n| `comment-mode`        | No       | Pull request feedback mode on failure: `comment`, `review`, or `none` (default) |\n| `legacy-v1-archive`   | No       | The path to a Fusion v1 archive file.                                           |\n| `cloud-url`           | No       | The URL of the Nitro registry                                                   |\n\nIf you self-host Nitro or use a dedicated hosted instance, you can specify the `cloud-url` input to point to your instance.\n\n## Pull Request comments\n\nUse `comment-mode` to control pull request feedback behavior.\n\n`comment-mode: comment` comments on the pull request - requires `issues: write` permissions\n\n`comment-mode: review` creates a pull request review with a comment - requires `pull-requests: write` permissions\n\nExample for `comment-mode: comment`:\n\n```yaml\njobs:\n  validate:\n    permissions:\n      contents: read\n      issues: write\n```\n\nExample for `comment-mode: review`:\n\n```yaml\njobs:\n  validate:\n    permissions:\n      contents: read\n      pull-requests: write\n```\n\n\u003e Note: When you define job-level `permissions`, GitHub no longer applies the default permission set for that job. Make sure to explicitly include every permission the job needs (for example `contents: read`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillicream%2Fnitro-fusion-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchillicream%2Fnitro-fusion-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillicream%2Fnitro-fusion-validate/lists"}