{"id":15357868,"url":"https://github.com/oliversalzburg/action-label-manager","last_synced_at":"2026-03-12T10:14:36.282Z","repository":{"id":238122997,"uuid":"795930712","full_name":"oliversalzburg/action-label-manager","owner":"oliversalzburg","description":"Manage labels on GitHub repositories easily","archived":false,"fork":false,"pushed_at":"2025-04-14T15:33:46.000Z","size":3075,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T07:17:56.115Z","etag":null,"topics":["github","github-actions","labels"],"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/oliversalzburg.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}},"created_at":"2024-05-04T12:32:42.000Z","updated_at":"2025-04-14T15:33:49.000Z","dependencies_parsed_at":"2024-05-28T00:16:57.180Z","dependency_job_id":"53e94c5d-e69a-46ff-9c6e-971022e29dd1","html_url":"https://github.com/oliversalzburg/action-label-manager","commit_stats":{"total_commits":300,"total_committers":5,"mean_commits":60.0,"dds":"0.21999999999999997","last_synced_commit":"ca707a479b5066d6121b0da78d1371498fa44385"},"previous_names":["oliversalzburg/action-label-manager"],"tags_count":18,"template":false,"template_full_name":"oliversalzburg/nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliversalzburg%2Faction-label-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliversalzburg%2Faction-label-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliversalzburg%2Faction-label-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliversalzburg%2Faction-label-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oliversalzburg","download_url":"https://codeload.github.com/oliversalzburg/action-label-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249023745,"owners_count":21199961,"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","github-actions","labels"],"created_at":"2024-10-01T12:39:24.088Z","updated_at":"2026-03-12T10:14:36.269Z","avatar_url":"https://github.com/oliversalzburg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Label Manager Action\n\n[![Pre-Release](https://github.com/oliversalzburg/action-label-manager/actions/workflows/pre-release.yml/badge.svg)](https://github.com/oliversalzburg/action-label-manager/actions/workflows/pre-release.yml)\n\nMaintain the labels on your GitHub repository through a file _in_ your repository.\n\n## Usage\n\n1. Create `.github/labels.yml` in your repository, and define some labels.\n\n   ```yml\n   labels:\n     metadata:\n       color: \"EEEEEE\"\n       description: Relates to package metadata\n   ```\n\n1. Call the action in a workflow.\n\n   ```yml\n   name: Manage Labels\n\n   on:\n     push:\n       branches:\n         - main\n       paths:\n         - .github/labels.yml\n     workflow_dispatch:\n\n   concurrency: manage-labels\n\n   jobs:\n     manage-labels:\n       permissions:\n         contents: read\n         issues: write\n       runs-on: ubuntu-latest\n       steps:\n         - uses: actions/checkout@v4\n         - uses: oliversalzburg/action-label-manager@v0.0.9\n           with:\n             repo-token: ${{ secrets.GITHUB_TOKEN }}\n   ```\n\n## Inputs\n\n\u003c!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --\u003e\n\n|                             INPUT                              |  TYPE  | REQUIRED | DEFAULT |                                          DESCRIPTION                                           |\n|----------------------------------------------------------------|--------|----------|---------|------------------------------------------------------------------------------------------------|\n|        \u003ca name=\"input_force\"\u003e\u003c/a\u003e[force](#input_force)         | string |  false   |         | If set to `true`, will \u003cbr\u003eremove labels that are no \u003cbr\u003elonger defined in the configuration.  |\n| \u003ca name=\"input_repo-token\"\u003e\u003c/a\u003e[repo-token](#input_repo-token) | string |   true   |         |                     Needs `secrets.GITHUB_TOKEN` to talk to \u003cbr\u003ethe API.                       |\n\n\u003c!-- AUTO-DOC-INPUT:END --\u003e\n\n## Release Process\n\n```shell\nnpm version patch --message \"chore: Version bump %s\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliversalzburg%2Faction-label-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foliversalzburg%2Faction-label-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliversalzburg%2Faction-label-manager/lists"}