{"id":21731023,"url":"https://github.com/nearform-actions/github-action-notify-release","last_synced_at":"2025-04-13T00:15:37.230Z","repository":{"id":36976611,"uuid":"357871513","full_name":"nearform-actions/github-action-notify-release","owner":"nearform-actions","description":"GitHub Action that automatically creates an issue with an overview of the commits that are waiting to be released","archived":false,"fork":false,"pushed_at":"2025-04-11T04:53:31.000Z","size":4162,"stargazers_count":11,"open_issues_count":4,"forks_count":3,"subscribers_count":56,"default_branch":"main","last_synced_at":"2025-04-11T05:37:06.889Z","etag":null,"topics":["github-actions","notify","release"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nearform-actions.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":"2021-04-14T10:54:53.000Z","updated_at":"2025-04-11T04:52:23.000Z","dependencies_parsed_at":"2023-11-06T05:24:40.125Z","dependency_job_id":"888ea392-c62c-4ee2-9abe-e8dd8090dc14","html_url":"https://github.com/nearform-actions/github-action-notify-release","commit_stats":{"total_commits":529,"total_committers":23,"mean_commits":23.0,"dds":0.3270321361058601,"last_synced_commit":"410a61da081fe7644f0b1d7f712279cc9676ce68"},"previous_names":["nearform/github-action-notify-release"],"tags_count":129,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nearform-actions%2Fgithub-action-notify-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nearform-actions%2Fgithub-action-notify-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nearform-actions%2Fgithub-action-notify-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nearform-actions%2Fgithub-action-notify-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nearform-actions","download_url":"https://codeload.github.com/nearform-actions/github-action-notify-release/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351227,"owners_count":21089268,"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":["github-actions","notify","release"],"created_at":"2024-11-26T04:19:23.370Z","updated_at":"2025-04-13T00:15:37.220Z","avatar_url":"https://github.com/nearform-actions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-action-notify-release\n\nA GitHub Action that automatically creates an issue with an overview of the commits that are waiting to be released. After a new release is published, the issue will be automatically closed.\n\nThis GitHub Action operates based on GitHub Releases, so the staleness of commits is determined by the repository's most recent release.\n\n## Permissions\n\nThis action requires the following permissions:\n  - `issues: write`\n  - `contents: read`\n\n💡 `contents:read` is required because the action is using a `actions/checkout@v3` action to download the repository content.\n\n## Usage\n\nConfigure this action in your workflows providing the inputs described below in order to get notified in `x` time after the repo has been updated but no release has happened.\n\nIt is possible to snooze the notification issue for `x` time by closing it as **not planned**. Once the time has passed a new issue will be created.\n\n## Inputs\n\n| inputs                   | required | default               | description |\n|--------------------------|----------|-----------------------|-------------|\n| `github-token`           | no       | `${{ github.token }}` | A github token. |\n| `notify-after`           | no       |                       | The time after which unreleased commits should be considered stale and should notify for a release.\u003cbr /\u003eThis option accepts various time formats as described by the time conversion library [ms](https://github.com/vercel/ms). |\n| `stale-days`             | no       | `7`                   | ⚠️ **Deprecated** ⚠️ Number of days of inactivity before a release becomes stale. The value can be a number or a string. |\n| `commit-messages-lines`  | no       | `1`                   | Limit the number of first `x` lines from commit messages that will be added in the issue description. No truncation when set to `0`. |\n\n## Example\n\n```yaml\nname: notify-release\non:\n  workflow_dispatch:\n  release:\n    types: [published]\n  issues:\n    types: [closed]\n  schedule:\n    - cron: '30 8 * * *'\njobs:\n  setup:\n    runs-on: ubuntu-latest\n    permissions:\n      issues: write\n      contents: read\n    steps:\n      - name: Notify release\n        uses: nearform-actions/github-action-notify-release@v1\n```\n\n[![banner](https://raw.githubusercontent.com/nearform/.github/refs/heads/master/assets/os-banner-green.svg)](https://www.nearform.com/contact/?utm_source=open-source\u0026utm_medium=banner\u0026utm_campaign=os-project-pages)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnearform-actions%2Fgithub-action-notify-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnearform-actions%2Fgithub-action-notify-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnearform-actions%2Fgithub-action-notify-release/lists"}