{"id":19428840,"url":"https://github.com/brainhubeu/issue-overseer","last_synced_at":"2025-04-24T18:31:25.415Z","repository":{"id":91621237,"uuid":"258522836","full_name":"brainhubeu/issue-overseer","owner":"brainhubeu","description":"Bot adding labels to GitHub issues which allows easy finding of issues with a missing answer","archived":false,"fork":false,"pushed_at":"2020-07-20T11:30:59.000Z","size":155,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-23T22:45:29.557Z","etag":null,"topics":["ginkgo","github","github-api","github-bot","github-label","github-labels","golang","golang-application","gomega"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/brainhubeu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-24T13:39:45.000Z","updated_at":"2024-06-19T06:45:30.170Z","dependencies_parsed_at":null,"dependency_job_id":"3b2acca1-483c-4b2d-832d-52cc2e94dcd0","html_url":"https://github.com/brainhubeu/issue-overseer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainhubeu%2Fissue-overseer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainhubeu%2Fissue-overseer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainhubeu%2Fissue-overseer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainhubeu%2Fissue-overseer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainhubeu","download_url":"https://codeload.github.com/brainhubeu/issue-overseer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223961119,"owners_count":17232251,"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":["ginkgo","github","github-api","github-bot","github-label","github-labels","golang","golang-application","gomega"],"created_at":"2024-11-10T14:16:53.032Z","updated_at":"2024-11-10T14:16:53.721Z","avatar_url":"https://github.com/brainhubeu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr/\u003e\n\u003ch1 align=\"center\"\u003e\n  issue-overseer\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Bot adding labels to GitHub issues which allows easy finding of issues with a missing answer.\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003e\n    \u003ca href=\"https://brainhub.eu/contact/\"\u003eHire us\u003c/a\u003e\n  \u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  [![CircleCI](https://img.shields.io/circleci/project/github/brainhubeu/issue-overseer.svg)](https://circleci.com/gh/brainhubeu/issue-overseer)\n  [![Last commit](https://img.shields.io/github/last-commit/brainhubeu/issue-overseer.svg)](https://github.com/brainhubeu/issue-overseer/commits/master)\n  [![license](https://img.shields.io/badge/License-MIT-green)](https://github.com/brainhubeu/issue-overseer/blob/master/LICENSE.md)\n  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n\n  [![codecov](https://codecov.io/gh/brainhubeu/issue-overseer/branch/master/graph/badge.svg)](https://codecov.io/gh/brainhubeu/issue-overseer)\n  [![Activity](https://img.shields.io/github/commit-activity/m/brainhubeu/issue-overseer.svg)](https://github.com/brainhubeu/issue-overseer/commits/master)\n\u003c/div\u003e\n\nLet's assume `my-acme-org` is your GitHub organization name.\n\nFor each open issue (among the comments, it excludes the ones made by **issuehunt-bot**), it:\n- puts \"**answering: reported by my-acme-org**\" label if the issue is created by any member of the my-acme-org organization with no comments by external contributors;\n- otherwise, puts \"**answering: answered**\" label if the last comment is by a member of the organization;\n- otherwise, puts \"**answering: not answered**\"\n- removes the remaining answering labels because they are exclusive\n\n## run\n\nRegardless of the way, you choose, you need to export the `GITHUB_TOKEN` environmental variable:\n\nin bash:\n```\nexport GITHUB_TOKEN=my-gh-token\n```\n\nin fish:\n```\nexport set GITHUB_TOKEN=my-gh-token\n```\n\n### dynamically with go\n```\ngo run . my-acme-org\n```\n\n### compile and run an executable file\n```\ngo build -o issue-overseer\n./issue-overseer my-acme-org\n```\n\n### run with Docker\n```\ndocker-compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainhubeu%2Fissue-overseer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainhubeu%2Fissue-overseer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainhubeu%2Fissue-overseer/lists"}