{"id":19614325,"url":"https://github.com/fpapado/org-release-announcer","last_synced_at":"2026-06-11T03:31:15.610Z","repository":{"id":96505037,"uuid":"128426683","full_name":"fpapado/org-release-announcer","owner":"fpapado","description":"A GitHub App built with probot that announces releases where it is installed.","archived":false,"fork":false,"pushed_at":"2018-04-07T22:02:27.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-21T03:35:20.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpapado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2018-04-06T17:39:08.000Z","updated_at":"2018-04-07T22:02:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"a76de231-462b-444e-8295-c1be18644c67","html_url":"https://github.com/fpapado/org-release-announcer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fpapado/org-release-announcer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Forg-release-announcer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Forg-release-announcer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Forg-release-announcer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Forg-release-announcer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpapado","download_url":"https://codeload.github.com/fpapado/org-release-announcer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Forg-release-announcer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34181554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T10:51:11.482Z","updated_at":"2026-06-11T03:31:15.589Z","avatar_url":"https://github.com/fpapado.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# org-release-announcer\n\nA GitHub App built with [probot](https://github.com/probot/probot) that announces releases where it is installed.\nThis is both a library and a template application.\n\n## Setup\n\n```sh\n# Install dependencies\nnpm install\n\n# Run the bot\nnpm start\n```\n\n## Organisation\nThe library lives under `lib/index.js`.\nIt allows you to plug in \"announcers\" of the form:\n```js\n{\n  announce: function(event)\n}\n```\nThose can be anything from logging to the console, saving to a log, [posting to Twitter](https://github.com/fpapado/org-release-announcer-twitter), and anything you come up with.\nThe root `index.js` is a sample app that links together a console.log announcer and the app.\n\n## How do I run this?\nSelf-hosting would be my recommendation; I certainly don't want access to your data, and you likely have specific requirements for how to announce things :)\n\n1) Fork/Clone/Copy this repository:\n```shell\ngit clone https://github.com/fpapado/org-release-announcer.git\n```\n[Degit is a good tool for this](https://github.com/Rich-Harris/degit)\n\n2) Make any customisations you want to `index.js`, such as adding a functional announcer.\n\n3) Copy `.env.example` to `.env`. Use those files as reference whenever `.env` and API Keys are mentioned in the docs below.\n\n4) See [Probot's docs](https://probot.github.io/docs/deployment/#create-the-github-app) about the permissions and specifics of setting up the  Github App.\nThis app requires these **Permissions \u0026 events** for the GitHub App:\n\n- Repository contents - **Read-only**\n- Repository metadata - **Read-only**\n  - [x] Check the box for **Release** events\n\n5) See [Probot's docs for deployment](https://probot.github.io/docs/deployment/#deploy-the-app) for deployment options.\n\nIf you end up with something that can be shared (e.g. a specific announcer), I would be eager to know about it.\n\n## Testing\nRun the tests with npm:\n\n```sh\nnpm test\n```\n\nYou can also simulate a release event from the fixtures. By default, it prints the announcement to the console:\n\n```sh\nnpm run simulate:release\n```\n\n## Thanks and Inspiration\nCredits to the Glitch starter templates:\n\nFor Probot:\nhttps://glitch.com/~probot-hello-world\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Forg-release-announcer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpapado%2Forg-release-announcer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Forg-release-announcer/lists"}