{"id":24554151,"url":"https://github.com/brxxn/autolabel","last_synced_at":"2025-04-16T00:20:55.878Z","repository":{"id":65159142,"uuid":"186300620","full_name":"brxxn/autolabel","owner":"brxxn","description":"a GitHub action to automatically label things in a repository.","archived":false,"fork":false,"pushed_at":"2023-01-03T21:46:08.000Z","size":221,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T03:11:50.933Z","etag":null,"topics":["github","github-action","github-api","octokit"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/brxxn.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}},"created_at":"2019-05-12T20:26:06.000Z","updated_at":"2024-11-28T16:34:20.000Z","dependencies_parsed_at":"2023-01-05T04:52:50.954Z","dependency_job_id":null,"html_url":"https://github.com/brxxn/autolabel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brxxn%2Fautolabel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brxxn%2Fautolabel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brxxn%2Fautolabel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brxxn%2Fautolabel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brxxn","download_url":"https://codeload.github.com/brxxn/autolabel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249174128,"owners_count":21224662,"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-action","github-api","octokit"],"created_at":"2025-01-23T02:17:39.392Z","updated_at":"2025-04-16T00:20:55.809Z","avatar_url":"https://github.com/brxxn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autolabel\n\nA GitHub Action that automatically labels issues.\n\n## What is it?\n\nThis closes issues automatically if they don't use a bracket with a label in front of their post. The label is automatically assigned to the issue. It works on both pull requests and issues, but it can be changed to disable it.\n\n## Installation\n\n**You must be in the GitHub Actions beta.** I, myself, am not in the GitHub Actions beta, which is why I had to use my friend's repository to test it.\n\n1. Create a workflow in `.github/main.workflow`\n2. Use the following content in the workflow file:\n\n```\nworkflow \"issues\" {\n  on = \"issues\"\n  resolves = [\"autolabel\"]\n}\n\naction \"autolabel\" {\n  uses = \"brxxn/autolabel@release\"\n  secrets = [\"GITHUB_TOKEN\"]\n}\n```\n\nThat's literally all you have to do.\n\n## Configuration\n\n### Command line arguments\n\n* `--requireLabel` - requires that a label is put on every issue\n* `--blacklistedLabels duplicate,wontfix` - blacklist labels that shouldn't be accessible. each label should be separated with `,`.\n* `--disablePullRequests` - ignores pull requests\n* `--disableIssues` - ignores issues.\n\n\n## Contributing\n\nWe don't use the GitHub Action here because we aren't in the beta. Feel free to open issues and make pull requests, just don't be annoying or whatever.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrxxn%2Fautolabel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrxxn%2Fautolabel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrxxn%2Fautolabel/lists"}