{"id":22085586,"url":"https://github.com/nexmo/release-to-noticeable-action","last_synced_at":"2025-03-23T22:16:11.753Z","repository":{"id":38836936,"uuid":"314579220","full_name":"Nexmo/release-to-noticeable-action","owner":"Nexmo","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-19T04:39:43.000Z","size":612,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T05:27:22.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Nexmo.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-20T14:34:00.000Z","updated_at":"2020-11-20T17:28:42.000Z","dependencies_parsed_at":"2025-02-14T07:29:35.693Z","dependency_job_id":"47e8ff58-3246-401c-87e8-2adda878c305","html_url":"https://github.com/Nexmo/release-to-noticeable-action","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"39d6a4b4bbf1c89b22c05f1b3d72fb0150fc6480"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Frelease-to-noticeable-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Frelease-to-noticeable-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Frelease-to-noticeable-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Frelease-to-noticeable-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nexmo","download_url":"https://codeload.github.com/Nexmo/release-to-noticeable-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245175480,"owners_count":20572787,"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":[],"created_at":"2024-12-01T01:15:09.413Z","updated_at":"2025-03-23T22:16:11.452Z","avatar_url":"https://github.com/Nexmo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# release-to-noticeable-action\n\nThis GitHub Action pushes any published releases to https://noticeable.io/ using their API\n\n## Usage\n\n```yaml\nname: Changelog\non:\n  release:\n    types: [published]\njobs:\n  changelog:\n    name: Changelog\n    runs-on: ubuntu-latest\n    steps:\n      - name: Send to Noticeable\n        uses: nexmo/release-to-noticeable-action@v1\n        env:\n          NOTICEABLE_API_KEY: \"\"\n          NOTICEABLE_PROJECT_ID: \"\"\n        with:\n          draft: true\n          tags: PHP,Server SDK\n```\n\n## Available configuration\n\n### Environment variables\n\n| Name                  | Description                                                                                            |\n| --------------------- | ------------------------------------------------------------------------------------------------------ |\n| NOTICEABLE_API_KEY    | The [API key](https://noticeable.io/api/tokens) to authenticate with                                   |\n| NOTICEABLE_PROJECT_ID | The project ID to add an entry to. Take it from the URL - https://noticeable.io/projects/ID HERE/posts |\n\n### Inputs\n\n| Name              | Description                                                                                                  | Default |\n| ----------------- | ------------------------------------------------------------------------------------------------------------ | ------- |\n| tags              | Comma separated list of tags to add for any releases in this repo                                            | `''`    |\n| release_prefix    | Add a prefix to any releases. Useful when the release name is `v1.2.3` and you want to add the repo name too | `''`    |\n| disable_repo_link | Set to `true` to hide the repo URL in the changelog entry. Useful when repos are private                     | `false` |\n| draft             | Add the changelog entry as a draft                                                                           | `false` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexmo%2Frelease-to-noticeable-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexmo%2Frelease-to-noticeable-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexmo%2Frelease-to-noticeable-action/lists"}