{"id":29141202,"url":"https://github.com/ponylang/release-notes-bot-action","last_synced_at":"2026-03-10T18:09:51.303Z","repository":{"id":45037084,"uuid":"265412376","full_name":"ponylang/release-notes-bot-action","owner":"ponylang","description":":horse: Bot to update release notes with new entries","archived":false,"fork":false,"pushed_at":"2025-06-06T12:55:08.000Z","size":149,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-06-09T22:04:19.042Z","etag":null,"topics":["github-action","pony-language","ponylang","release-notes-generateor"],"latest_commit_sha":null,"homepage":"https://ponylang.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ponylang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"open_collective":"ponyc"}},"created_at":"2020-05-20T01:19:06.000Z","updated_at":"2025-06-06T12:55:09.000Z","dependencies_parsed_at":"2025-05-08T01:21:03.342Z","dependency_job_id":null,"html_url":"https://github.com/ponylang/release-notes-bot-action","commit_stats":{"total_commits":156,"total_committers":3,"mean_commits":52.0,"dds":"0.47435897435897434","last_synced_commit":"8fe74128c1c6c26127f0928fcecddb59c8329f3e"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/ponylang/release-notes-bot-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponylang%2Frelease-notes-bot-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponylang%2Frelease-notes-bot-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponylang%2Frelease-notes-bot-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponylang%2Frelease-notes-bot-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ponylang","download_url":"https://codeload.github.com/ponylang/release-notes-bot-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponylang%2Frelease-notes-bot-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261020003,"owners_count":23098065,"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-action","pony-language","ponylang","release-notes-generateor"],"created_at":"2025-06-30T18:05:42.061Z","updated_at":"2026-03-10T18:09:46.229Z","avatar_url":"https://github.com/ponylang.png","language":"Python","funding_links":["https://opencollective.com/ponyc"],"categories":[],"sub_categories":[],"readme":"# Release-notes-bot action\n\nAutomatically adds a new release notes entry to the upcoming release notes file once a PR is merged if a corresponding release notes addition file is present and a changelog label was applied to the PR.\n\nValid changelog labels are:\n\n- changelog - added\n- changelog - changed\n- changelog - fixed\n\nIf no changelog label was applied to the PR, any release notes files in the PR will be deleted.\n\nA repo must have a `.release-notes` directory and a `.release-notes/next-release.md` file for the action to work properly.\n\nTo prompt contributors to add release notes, see the [release-notes-reminder-bot-action](https://github.com/ponylang/release-notes-reminder-bot-action).\n\n## Example workflow\n\n```yml\nname: Release Notes Bot\n\non:\n  push:\n    branches:\n      - '**'\n    tags-ignore:\n      - '**'\n    paths-ignore:\n      - .release-notes/next-release.md\n      - .release-notes/[0-9]+.[0-9]+.[0-9]+.md\n\njobs:\n  release-notes-bot:\n    runs-on: ubuntu-latest\n    name: Update release notes\n    steps:\n      - name: Update\n        uses: docker://ponylang/release-notes-bot-action:0.3.10\n        with:\n          git_user_name: \"Ponylang Main Bot\"\n          git_user_email: \"ponylang.main@gmail.com\"\n        env:\n          API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}\n```\n\nNote, you do not need to create `GITHUB_TOKEN`. It is already provided by GitHub. You merely need to make it available to the release-notes-bot action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fponylang%2Frelease-notes-bot-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fponylang%2Frelease-notes-bot-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fponylang%2Frelease-notes-bot-action/lists"}