{"id":16007860,"url":"https://github.com/logerfo/triage-action","last_synced_at":"2025-03-17T15:30:24.488Z","repository":{"id":51144261,"uuid":"220471426","full_name":"Logerfo/triage-action","owner":"Logerfo","description":"A GitHub Action that manages triage state in issues.","archived":false,"fork":false,"pushed_at":"2025-03-07T22:11:23.000Z","size":215,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-07T23:20:09.475Z","etag":null,"topics":["actions","triage"],"latest_commit_sha":null,"homepage":"","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/Logerfo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"Logerfo","open_collective":"bruno-logerfo","custom":"https://camo.githubusercontent.com/aba80efa983cc0dd45f2dbb4ecfdfd0f1ebe5b96/68747470733a2f2f692e696d6775722e636f6d2f6e646c427475582e706e67"}},"created_at":"2019-11-08T13:22:11.000Z","updated_at":"2021-04-26T15:59:01.000Z","dependencies_parsed_at":"2023-01-04T12:30:24.690Z","dependency_job_id":"514bdde3-7069-4cfb-a003-62e5b37ebf89","html_url":"https://github.com/Logerfo/triage-action","commit_stats":{"total_commits":55,"total_committers":2,"mean_commits":27.5,"dds":0.4,"last_synced_commit":"79d4780d16260aea9eef07a4ddb41ba51f8327c6"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Ftriage-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Ftriage-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Ftriage-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Logerfo%2Ftriage-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Logerfo","download_url":"https://codeload.github.com/Logerfo/triage-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243864822,"owners_count":20360360,"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","triage"],"created_at":"2024-10-08T12:21:47.309Z","updated_at":"2025-03-17T15:30:24.225Z","avatar_url":"https://github.com/Logerfo.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Logerfo","https://opencollective.com/bruno-logerfo","https://camo.githubusercontent.com/aba80efa983cc0dd45f2dbb4ecfdfd0f1ebe5b96/68747470733a2f2f692e696d6775722e636f6d2f6e646c427475582e706e67"],"categories":[],"sub_categories":[],"readme":"[![Dependencies Status](https://david-dm.org/logerfo/triage-action/dev-status.svg)](https://david-dm.org/logerfo/triage-action?type=dev)\n\n# Triage Action\nThis action will manage triage state in issues.\n\n## Setting up\nCreate a file named `.github/workflows/triage.yml`.\n\n### Minimal Configuration\n```yml\nname: Triage\non: \n  issues:\n    types: [opened, closed, milestoned, demilestoned]\n  project_card:\n    types: [created, deleted]\n    \njobs:\n  build:\n    name: Triage\n    runs-on: ubuntu-16.04\n    steps:\n    - uses: Logerfo/triage-action@0.0.2\n      with:\n        github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Complete configuration\nAll values are default.\n```yml\nname: Triage\non: \n  issues: \n    types: [opened, closed, milestoned, demilestoned] # The last two are not needed if milestone is set to false\n  project_card: # Not needed if project is set to false\n    types: [created, deleted]\n    \njobs:\n  build:\n    name: Triage\n    runs-on: ubuntu-16.04\n    steps:\n    - uses: Logerfo/triage-action@0.0.2\n      with:\n        github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.\n        label: triage # The triage label of your repository.\n        project: true # Enable or disable the idea that adding an issue to a project drops its triage state.\n        milestone: true # Enable or disable the idea that setting a milestone to an issue drops its triage state.\n```\n\n### Auto update\nYou can use (at your own risk) the `release` branch instead of the specific version tag.  \nNever user `master`, since the distribution file does not exist in this branch and the action will always fail.\n\n## Disclaimer\nThe GitHub Projects API is currently in beta. This means that it can have a breaking change anytime, which may break this action and it might not be fixed.\n\n## Changelog\nClick [here](CHANGELOG.md).\n\n## Contributing\nIf you have suggestions for how close-label could be improved, or want to report a bug, open an issue! We'd love all and any contributions.\n\nFor more, check out the [Contributing Guide](CONTRIBUTING.md).\n\n## Donate\n\n\u003cimg src=\"https://i.imgur.com/ndlBtuX.png\" width=\"200\"\u003e\n\nBTC: 1LoGErFoNzE1gCA5fzk6A82nV6iJdKssSZ\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogerfo%2Ftriage-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogerfo%2Ftriage-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogerfo%2Ftriage-action/lists"}