{"id":16184861,"url":"https://github.com/stormwarning/action-release-notification","last_synced_at":"2026-04-13T17:34:04.122Z","repository":{"id":65161883,"uuid":"242819648","full_name":"stormwarning/action-release-notification","owner":"stormwarning","description":"🗣️ Send a notification when a new release is published","archived":false,"fork":false,"pushed_at":"2022-10-04T04:05:20.000Z","size":1890,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-03-14T13:42:44.666Z","etag":null,"topics":["action","notification","release","slack","workflow"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/stormwarning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-24T19:07:59.000Z","updated_at":"2022-10-04T04:00:55.000Z","dependencies_parsed_at":"2023-01-04T12:39:02.552Z","dependency_job_id":null,"html_url":"https://github.com/stormwarning/action-release-notification","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"7b0809d4d09f14af35c769e75d3b1d6b6fa8724e"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Faction-release-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Faction-release-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Faction-release-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stormwarning%2Faction-release-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stormwarning","download_url":"https://codeload.github.com/stormwarning/action-release-notification/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657282,"owners_count":20974345,"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":["action","notification","release","slack","workflow"],"created_at":"2024-10-10T07:12:12.015Z","updated_at":"2026-04-13T17:33:59.100Z","avatar_url":"https://github.com/stormwarning.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗣️ Release notification\n\nSend a notification when a new release is published. Keep your team in the loop!\n\n## Usage\n\nAdd this action to your release workflow\n\n```yml\n# release.yml\n\non:\n  release:\n    types: [published]\n\njobs:\n  notification:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Release notification\n        uses: stormwarning/action-release-notification@v1\n        with:\n          channel: releases\n          message: A new version is out!\n          actions: '[{\"text\": \"View changelog 🎉\", \"url\": \"CHANGELOG.md\"},{\"text\": \"View docs 📚\", \"url\": \"https://foo.com\"}]'\n        env:\n          SLACKBOT_TOKEN: ${{ secrets.SLACKBOT_TOKEN }}\n```\n\nThe `actions` key is optional. It should be a JSON string with an array of \nobjects containing a `text` key and either a `url` or `action` key (GitHub\naction config currently only allows for string options, not arrays).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormwarning%2Faction-release-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstormwarning%2Faction-release-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstormwarning%2Faction-release-notification/lists"}