{"id":20660644,"url":"https://github.com/nickderobertis/github-topic-syncer","last_synced_at":"2026-04-24T13:01:40.051Z","repository":{"id":40236980,"uuid":"507371904","full_name":"nickderobertis/github-topic-syncer","owner":"nickderobertis","description":"Sync Github Topics from a Github Action","archived":false,"fork":false,"pushed_at":"2022-11-10T22:45:59.000Z","size":841,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-16T07:25:03.096Z","etag":null,"topics":["github-actions","github-topics","sync"],"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/nickderobertis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-25T17:13:26.000Z","updated_at":"2023-06-05T01:19:41.000Z","dependencies_parsed_at":"2023-01-21T03:47:21.461Z","dependency_job_id":null,"html_url":"https://github.com/nickderobertis/github-topic-syncer","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"efb8bad02ed987aced899d79fa13e0712fb964ca"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fgithub-topic-syncer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fgithub-topic-syncer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fgithub-topic-syncer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickderobertis%2Fgithub-topic-syncer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickderobertis","download_url":"https://codeload.github.com/nickderobertis/github-topic-syncer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242774917,"owners_count":20183176,"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":["github-actions","github-topics","sync"],"created_at":"2024-11-16T19:05:40.042Z","updated_at":"2025-12-07T13:02:37.143Z","avatar_url":"https://github.com/nickderobertis.png","language":"TypeScript","readme":"# Github Topic Syncer\n\nSync Github Topics from a Github Action.\n\nWhatever topics are provided in the action will replace the topics in the Github repository\nwhen the action is executed.\n\n## Inputs\n\n### `topics`\n\nA space-separated list of topics to sync. Topics can only contain lower-case letters,\nnumbers, and hyphens.\n\n#### Examples\n\n```yaml\nwith:\n  topics: \"web-development python\"\n```\n\n### `token`\n\nA Github personal access token with the `repo` scope. Typically this is stored\nin repository secrets to provide to the action:\n\n#### Examples\n\n```yaml\nwith:\n  token: ${{ secrets.gh_token }}\n```\n\n## Examples\n\nHere's an example workflow that syncs the topics of a Github repository whenever\nthe workflow is updated on the `main` branch.\n\n```yaml\nname: Sync Github Topics\non:\n  push:\n    paths:\n      - \".github/workflows/sync-topics.yml\"\n    branches:\n      - main\n\njobs:\n  sync-topics:\n    runs-on: ubuntu-latest\n    name: Sync Github Topics\n    steps:\n      - uses: nickderobertis/github-topic-syncer@alpha\n        with:\n          topics: \"topic1 topic-2\"\n          token: ${{ secrets.gh_token }}\n```\n\n## Development Status\n\nThis project uses [semantic-release](https://github.com/semantic-release/semantic-release) for versioning.\nAny time the major version changes, there may be breaking changes. If it is working well for you, consider\npegging to the current major version, e.g. `nickderobertis/github-topic-syncer@v1`, to avoid breaking changes. Alternatively,\nyou can always point to the most recent stable release with the `nickderobertis/github-topic-syncer@latest`.\n\n## Developing\n\nClone the repo and then run `npm install` to set up the pre-commit hooks.\n\n## Author\n\nCreated by Nick DeRobertis. MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickderobertis%2Fgithub-topic-syncer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickderobertis%2Fgithub-topic-syncer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickderobertis%2Fgithub-topic-syncer/lists"}