{"id":22199249,"url":"https://github.com/babbel/sync-repository-projects","last_synced_at":"2025-10-30T00:02:03.432Z","repository":{"id":162161484,"uuid":"636683965","full_name":"babbel/sync-repository-projects","owner":"babbel","description":"Github Action synchronizing GitHub projects required for a repository","archived":false,"fork":false,"pushed_at":"2025-07-03T12:26:02.000Z","size":1780,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-07-03T13:26:56.898Z","etag":null,"topics":["actions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/babbel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2023-05-05T12:06:51.000Z","updated_at":"2025-07-03T12:26:05.000Z","dependencies_parsed_at":"2023-10-21T09:24:31.373Z","dependency_job_id":"d89d1a95-6842-453c-b26c-becb1b62cea0","html_url":"https://github.com/babbel/sync-repository-projects","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/babbel/sync-repository-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fsync-repository-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fsync-repository-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fsync-repository-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fsync-repository-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babbel","download_url":"https://codeload.github.com/babbel/sync-repository-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babbel%2Fsync-repository-projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265967142,"owners_count":23857066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions"],"created_at":"2024-12-02T15:13:45.609Z","updated_at":"2025-10-30T00:02:03.419Z","avatar_url":"https://github.com/babbel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sync-repository-projects Javascript action\n\nGitHub Action synchronizing GitHub projects required for a repository.\n\n\n## Context\n\nThis GitHub Action deals with [GitHub projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects) (aka Projects V2). It is intended for maintaining projects associated with the repository triggering GitHub action event. Given a list of GitHub Project titles the action ensures that exactly projects matching these titles exists and are associated with the repository. Missing projects are created and associated with the repository. Projects whose titles are not listed but which are existing will be deleted. The changes are idempotent under the same input.\n\n\n## Requirements\n\nThis GitHub action expects an GitHub action event of type [push](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push).\n\nMoreover, the GitHub token of a GitHub App installation is expected as environment variable `GITHUB_TOKEN`. The GitHub App requires the following permissions.\n\n- Read access to administration and metadata\n- Read and write access to code and organization projects\n\n\n## Inputs\n\n| Name             | Description                                          | Type         | Required? |\n|------------------|------------------------------------------------------|--------------|-----------|\n| `project-titles` | Space-separated list of projects titles to be synced | `string`     | YES       |\n\n\n## Outputs\n\n| Name             | Description                                                                              | Type    |\n|------------------|------------------------------------------------------------------------------------------|---------|\n| `project-titles` | Space-separated list of titles of projects associated with this repository after syncing | `string`|\n\n\n\n## Build process\n\nInstead of checking in `node_modules` for the [JavaScript action](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action)\nwe are using [ncc](https://github.com/vercel/ncc). To build the project run `npm run build`.\n\n\n## Tests\n\nThis project is using [Jest](https://jestjs.io/) for testing. Combining Jest and ES modules [requires](https://jestjs.io/docs/ecmascript-modules) setting node flag `--experimental-vm-modules`. Run the tests as follows.\n\n```\nNODE_OPTIONS='--experimental-vm-modules' npm run test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fsync-repository-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabbel%2Fsync-repository-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabbel%2Fsync-repository-projects/lists"}