{"id":15345877,"url":"https://github.com/niklasmerz/release-notify","last_synced_at":"2026-03-07T11:30:19.623Z","repository":{"id":73559161,"uuid":"278411512","full_name":"NiklasMerz/release-notify","owner":"NiklasMerz","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-03T15:57:07.000Z","size":36,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-31T12:48:58.200Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NiklasMerz.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-07-09T16:07:41.000Z","updated_at":"2020-09-03T15:57:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"02022dbe-fa97-4413-8a30-5add2692f3ee","html_url":"https://github.com/NiklasMerz/release-notify","commit_stats":{"total_commits":37,"total_committers":2,"mean_commits":18.5,"dds":"0.027027027027026973","last_synced_commit":"a6091ce60f2cff353dccb9137cf40dd482ce550e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"actions/container-toolkit-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Frelease-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Frelease-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Frelease-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NiklasMerz%2Frelease-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NiklasMerz","download_url":"https://codeload.github.com/NiklasMerz/release-notify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239898462,"owners_count":19715212,"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-10-01T11:17:02.899Z","updated_at":"2026-03-07T11:30:19.580Z","avatar_url":"https://github.com/NiklasMerz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Release Voting Notifier\n\nAt Apache Cordova it happens very often that users ask for releases because a new tag has been created while preparing releases. This action will send an automatic reply that a release is currently in progress.\n\nThis action will comment on issues and comments created that are detected as \"asking for release\" if the user is not a member. If a new issue is created it will be closed.\n\nThe action checks these [keywords](https://github.com/NiklasMerz/release-at-vote-stage/blob/da35b2a6b60728338be59caa2b607fef045419c6/src/main.js#L74)\n\nYou can test it by creating issues here: https://github.com/NiklasMerz/release-test/issues\n\n\n## Example workflow\n\n```yml\nname: Notify about pending releases\n\non:\n  issues:\n    types: [opened]\n  issue_comment:\n    types: [created]\n    \n\njobs:\n  action-test:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: niklasmerz/release-at-vote-stage@master\n      with:\n        repo-token: ${{ secrets.GITHUB_TOKEN }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasmerz%2Frelease-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklasmerz%2Frelease-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasmerz%2Frelease-notify/lists"}