{"id":47680877,"url":"https://github.com/chillicream/nitro-schema-validate","last_synced_at":"2026-05-31T22:01:26.817Z","repository":{"id":346881075,"uuid":"1192018532","full_name":"ChilliCream/nitro-schema-validate","owner":"ChilliCream","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-27T15:36:59.000Z","size":6336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T17:19:09.260Z","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-03-25T20:12:49.000Z","updated_at":"2026-05-27T15:37:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ChilliCream/nitro-schema-validate","commit_stats":null,"previous_names":["chillicream/nitro-schema-validate"],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/ChilliCream/nitro-schema-validate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-schema-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-schema-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-schema-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-schema-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChilliCream","download_url":"https://codeload.github.com/ChilliCream/nitro-schema-validate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChilliCream%2Fnitro-schema-validate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33750474,"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-05-31T02:00:06.040Z","response_time":95,"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-04-02T13:59:19.466Z","updated_at":"2026-05-31T22:01:26.812Z","avatar_url":"https://github.com/ChilliCream.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nitro Schema Validate\n\nA GitHub Action that validates GraphQL schemas against the Nitro registry.\n\n## Usage\n\n```yaml\n- uses: ChilliCream/nitro-schema-validate@v16\n  with:\n    stage: \u003cstage\u003e\n    api-id: \u003capi-id\u003e\n    schema-file: ./schema.graphql\n    api-key: \u003capi-key\u003e\n    # Optional\n    comment-mode: none\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| `schema-file` | Yes      | The path to the graphql file with the schema definition                         |\n| `api-key`     | Yes      | API key for authentication                                                      |\n| `comment-mode` | No       | Pull request feedback mode on failure: `comment`, `review`, or `none` (default) |\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-schema-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchillicream%2Fnitro-schema-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchillicream%2Fnitro-schema-validate/lists"}