{"id":37137271,"url":"https://github.com/sharovik/bitbucketpingreview","last_synced_at":"2026-01-14T15:59:47.289Z","repository":{"id":102524084,"uuid":"496964693","full_name":"sharovik/bitbucketpingreview","owner":"sharovik","description":"Sometimes happens, that your Pull-request for some reason miss the review. In that case you always need to go to each user and ping them manually. I introduced a new event, which can help you with that. Just type `ping revewers {PULL_REQUESTS_LIST}` and devbot will ping the reviewers in slack to review these PR's.","archived":false,"fork":false,"pushed_at":"2023-05-02T18:30:31.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-21T06:45:06.518Z","etag":null,"topics":["bitbucket","bot","devbot","development","go","golang","pull-requests","slack","slack-bot"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sharovik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-27T11:05:27.000Z","updated_at":"2023-05-06T09:29:54.000Z","dependencies_parsed_at":"2024-06-21T05:52:08.767Z","dependency_job_id":null,"html_url":"https://github.com/sharovik/bitbucketpingreview","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/sharovik/bitbucketpingreview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharovik%2Fbitbucketpingreview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharovik%2Fbitbucketpingreview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharovik%2Fbitbucketpingreview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharovik%2Fbitbucketpingreview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharovik","download_url":"https://codeload.github.com/sharovik/bitbucketpingreview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharovik%2Fbitbucketpingreview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28425596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bitbucket","bot","devbot","development","go","golang","pull-requests","slack","slack-bot"],"created_at":"2026-01-14T15:59:46.622Z","updated_at":"2026-01-14T15:59:47.279Z","avatar_url":"https://github.com/sharovik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitbucket ping reviewers\nSometimes happens, that your Pull-request for some reason miss the review. In that case you always need to go to each user and ping them manually. I introduced a new event for [devbot application](https://github.com/sharovik/devbot), which can help you with that. Just type `ping revewers {PULL_REQUESTS_LIST}` and [devbot](https://github.com/sharovik/devbot) will ping the reviewers in slack to review these PR's.\n\n### Clone into devbot project\n```\ngit clone git@github.com:sharovik/bitbucketpingreview.git events/bitbucketpingreview\n```\n\n### Install it into your devbot project\n1. clone this repository into `events/` folder of your devbot project. Please make sure to use `bitbucketpingreview` folder name for this event\n2. add this event into `defined-events.go` file to the defined events map object\n``` \nimport (\n    //...\n\t\"github.com/sharovik/devbot/events/bitbucketpingreview\"\n)\n\n// DefinedEvents variable contains the list of events, which will be installed/used by the devbot\nvar DefinedEvents = []event.DefinedEventInterface{\n\t//...\n\tbitbucketpingreview.Event,\n}\n```\n\n## Usage\nWrite in PM or tag the bot user with this message\n```\nping reviewers {PULL_REQUEST_1} {PULL_REQUEST_2} ... {PULL_REQUEST_N}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharovik%2Fbitbucketpingreview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharovik%2Fbitbucketpingreview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharovik%2Fbitbucketpingreview/lists"}