{"id":20754887,"url":"https://github.com/khan/changeset-per-package","last_synced_at":"2026-05-16T22:06:22.882Z","repository":{"id":196092677,"uuid":"694228653","full_name":"Khan/changeset-per-package","owner":"Khan","description":"Action that confirms that there is a new changeset entry present for every yarn (classic) workspace that contains provided array of file names.","archived":false,"fork":false,"pushed_at":"2024-08-15T23:08:56.000Z","size":1561,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-09-05T23:03:03.749Z","etag":null,"topics":["action","changesets","github-actions"],"latest_commit_sha":null,"homepage":"","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/Khan.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-20T15:20:22.000Z","updated_at":"2024-05-17T19:00:58.000Z","dependencies_parsed_at":"2024-05-17T19:30:20.932Z","dependency_job_id":"23a025b0-ce07-4dfe-8273-91461526e8b5","html_url":"https://github.com/Khan/changeset-per-package","commit_stats":null,"previous_names":["nedredmond/changeset-per-package","khan/changeset-per-package"],"tags_count":6,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/Khan/changeset-per-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khan%2Fchangeset-per-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khan%2Fchangeset-per-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khan%2Fchangeset-per-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khan%2Fchangeset-per-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Khan","download_url":"https://codeload.github.com/Khan/changeset-per-package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Khan%2Fchangeset-per-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33120457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["action","changesets","github-actions"],"created_at":"2024-11-17T09:20:12.325Z","updated_at":"2026-05-16T22:06:22.848Z","avatar_url":"https://github.com/Khan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦🦋 Changeset Per Package 🦋📦\n\n![Test Coverage](badges/coverage.svg)\n[![GitHub Super-Linter](https://github.com/actions/typescript-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)\n![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg)\n\nThis action validates that there is a changeset entry for each package that has\nbeen changed for a given list of files. It is intended to be used in a workflow\nwith other actions from the [Khan/actions](https://github.com/Khan/actions)\nrepo.\n\n## When Making Changes\n\nPlease run `yarn all` to ensure that it builds and that all tests pass.\n\nThis action is dogfooded in the workflow for this repo. See\n[`ci.yml`](./.github/workflows/ci.yml). That way, you can test the behavior of\nyour changes by opening a PR.\n\n## Usage\n\nYou can create version tag(s) that developers can use to reference different\nstable versions of your action. For more information, see\n[Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md)\nin the GitHub Actions toolkit.\n\nTo include the action in a workflow in another repository, you can use the\n`uses` syntax with the `@` symbol to reference a specific branch, tag, or commit\nhash.\n\n```yaml\nsteps:\n  - name: Checkout with history\n    uses: actions/checkout@v4\n    with:\n      fetch-depth: 0 # This is necessary! Checks out the history so that we can\n                     # get the changset entries diff.\n\n  - name: Get changed files\n    uses: Khan/actions@get-changed-files-v1\n    id: changed\n\n  - name: Filter out files that don't need changeset\n    uses: Khan/actions@filter-files-v0\n    id: match\n    with:\n      changed-files: ${{ steps.changed.outputs.files }}\n      files: packages/\n      globs: \"!(**/__tests__/**), !(**/__mocks__/**)\"\n      matchAllGlobs: true\n      conjunctive: true\n\n  - name: Verify changeset entries\n    uses: Khan/changeset-per-package@v1.0.0\n    with:\n      changed_files: ${{ steps.match.outputs.filtered }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhan%2Fchangeset-per-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhan%2Fchangeset-per-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhan%2Fchangeset-per-package/lists"}