{"id":20626330,"url":"https://github.com/tryfabric/notify-slack-on-release","last_synced_at":"2025-04-15T15:20:26.644Z","repository":{"id":37440580,"uuid":"478647774","full_name":"tryfabric/notify-slack-on-release","owner":"tryfabric","description":"A GitHub Action that will notify a Slack channel when a new release is published","archived":false,"fork":false,"pushed_at":"2024-02-26T16:32:28.000Z","size":1086,"stargazers_count":4,"open_issues_count":15,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T21:42:47.571Z","etag":null,"topics":["releases","slack"],"latest_commit_sha":null,"homepage":"https://tryfabric.com","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/tryfabric.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-06T16:50:11.000Z","updated_at":"2022-08-03T13:26:04.000Z","dependencies_parsed_at":"2024-02-26T17:47:51.417Z","dependency_job_id":"ec7ac915-e1a3-4196-ace8-9e8bd932cff2","html_url":"https://github.com/tryfabric/notify-slack-on-release","commit_stats":{"total_commits":58,"total_committers":3,"mean_commits":"19.333333333333332","dds":0.2586206896551724,"last_synced_commit":"bc4c1539a51186623bad042a59b972ed4ce207d6"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryfabric%2Fnotify-slack-on-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryfabric%2Fnotify-slack-on-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryfabric%2Fnotify-slack-on-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tryfabric%2Fnotify-slack-on-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tryfabric","download_url":"https://codeload.github.com/tryfabric/notify-slack-on-release/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094939,"owners_count":21211837,"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":["releases","slack"],"created_at":"2024-11-16T13:12:43.743Z","updated_at":"2025-04-15T15:20:26.624Z","avatar_url":"https://github.com/tryfabric.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notify Slack on Release\n\nThis GitHub Action sends a rich-text notification to your Slack channel when there's a new release in your GitHub repository.\n\nWe use [mack](https://github.com/instantish/mack) to render the body of the release as Slack blocks.\n\n\u003cimg width=\"782\" alt=\"Screen Shot 2022-04-06 at 5 02 52 PM\" src=\"https://user-images.githubusercontent.com/1459660/162070477-1cee2181-caec-448a-87b8-fc996c585fdc.png\"\u003e\n\n# Usage\n## Instructions\n\n- [Create a Slack app](https://api.slack.com/apps/new) called \"Release Bot\"\n- Click **Incoming Webhooks** and toggle **Activate Incoming Webhooks**\n- Click **Add New Webhook to Workspace**\n- Pick the channel the app will post to and then click **Authorize**\n- Set your `SLACK_WEBHOOK_URL` to the Webhook URL\n- Create a workflow file\n```yaml\nname: Notify Slack on Release\n\non:\n  release:\n    types:\n      - created\n\njobs:\n  notify_slack:\n    runs-on: ubuntu-latest\n    name: Notify Slack on Release\n    steps:\n      - name: Notify Slack on Release\n        uses: tryfabric/notify-slack-on-release@1.0.0\n        with:\n          slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}\n```\n\n\u003cimg width=\"973\" alt=\"Screen Shot 2022-04-06 at 4 55 22 PM\" src=\"https://user-images.githubusercontent.com/1459660/162070525-9fe28500-942a-4158-bd5c-3ebaebb28b0d.png\"\u003e\n\n## Walkthrough video\n\n[![Walkthrough](https://fabric-slack.s3.us-east-2.amazonaws.com/TJ5G67VHU/31fae90afecb2cf0022459532438b759-screen_shot_2022-04-08_at_12.21.08_pm.png)](https://www.youtube.com/watch?v=RKfsnp_AN-4\u0026t=12s)\n\n\n\n# Contributing\n\n## Developing locally\n\nInstall the dependencies\n\n```bash\n$ npm install\n```\n\nBuild the typescript and package it for distribution\n\n```bash\n$ npm run build \u0026\u0026 npm run package\n```\n\nRun the tests :heavy_check_mark:\n\n```bash\n$ npm test\n...\n```\n\n## Releasing\n\nCut a new release\n\n```bash\n$ release-it\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryfabric%2Fnotify-slack-on-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftryfabric%2Fnotify-slack-on-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryfabric%2Fnotify-slack-on-release/lists"}