{"id":15532100,"url":"https://github.com/endbug/export-label-config","last_synced_at":"2025-04-23T13:18:14.559Z","repository":{"id":39484719,"uuid":"303094702","full_name":"EndBug/export-label-config","owner":"EndBug","description":"An action that lets you generate a file containing your label settings for the current repo","archived":false,"fork":false,"pushed_at":"2024-09-03T20:09:07.000Z","size":428,"stargazers_count":2,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T13:18:06.326Z","etag":null,"topics":["actions","config","export","github","hacktoberfest","labels","repository","sync","workflow"],"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/EndBug.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":"2020-10-11T10:26:32.000Z","updated_at":"2024-06-16T17:36:31.000Z","dependencies_parsed_at":"2024-01-11T01:24:45.179Z","dependency_job_id":"5ed320ac-3e71-402b-a9a2-01b2deee5708","html_url":"https://github.com/EndBug/export-label-config","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":"0.15384615384615385","last_synced_commit":"796b13316c394fb8ddb455d8341b340f0e6378e8"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Fexport-label-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Fexport-label-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Fexport-label-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndBug%2Fexport-label-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndBug","download_url":"https://codeload.github.com/EndBug/export-label-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250439295,"owners_count":21430824,"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","config","export","github","hacktoberfest","labels","repository","sync","workflow"],"created_at":"2024-10-02T11:29:06.489Z","updated_at":"2025-04-23T13:18:14.541Z","avatar_url":"https://github.com/EndBug.png","language":"TypeScript","readme":"# Export label config\n\nYou can use this action to generate a JSON or YAML file that contains the current label config of one of your repositories.  \nThis is made with the [EndBug/label-sync](https://github.com/EndBug/label-sync) action in mind, but you can use that data with whatever tool you prefer.\n\n### Example workflow:\n\n```yaml\nname: Export label config\non: \n  # You can run this with every event, but it's better to run it only when you actually need it.\n  workflow_dispatch:\n\njobs:\n  labels:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: EndBug/export-label-config@v1\n        with:\n          # This is needed if you're dealing with private repos.\n          token: ${{ secrets.GITHUB_TOKEN }}\n\n          # Set this to `true` if you want to get the raw API reponse. Defaults to `false`.\n          raw-result: false\n\n          # By default every label entry will have an `aliases` property set to an empty array.\n          # It's for EndBug/label-sync, if you don't want it you cans set this to `false`\n          add-aliases: true\n```\n\nAfter running your workflow, you'll find the genearted files in the \"Artifacts\" section of your run.  \nTo find more about artifacts, please refer to the [GitHub Docs](https://docs.github.com/en/free-pro-team@latest/actions/guides/storing-workflow-data-as-artifacts#about-workflow-artifacts).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendbug%2Fexport-label-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendbug%2Fexport-label-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendbug%2Fexport-label-config/lists"}