{"id":13485008,"url":"https://github.com/changesets/bot","last_synced_at":"2025-06-22T17:08:24.449Z","repository":{"id":39362681,"uuid":"212706257","full_name":"changesets/bot","owner":"changesets","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-02T08:04:09.000Z","size":258,"stargazers_count":73,"open_issues_count":53,"forks_count":23,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-15T17:07:20.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/apps/changeset-bot","language":"TypeScript","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/changesets.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-04T00:19:38.000Z","updated_at":"2025-05-25T17:21:02.000Z","dependencies_parsed_at":"2023-12-26T12:08:48.683Z","dependency_job_id":"163cb2b0-d7fc-4162-ac23-e1cb6f41ce6a","html_url":"https://github.com/changesets/bot","commit_stats":{"total_commits":50,"total_committers":8,"mean_commits":6.25,"dds":"0.30000000000000004","last_synced_commit":"492290be72c42ae8f9ba85afe636a7b4520a9909"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/changesets/bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changesets%2Fbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changesets%2Fbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changesets%2Fbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changesets%2Fbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/changesets","download_url":"https://codeload.github.com/changesets/bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/changesets%2Fbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261330123,"owners_count":23142482,"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-07-31T17:01:42.493Z","updated_at":"2025-06-22T17:08:19.435Z","avatar_url":"https://github.com/changesets.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# changeset-bot\n\n\u003e A GitHub App built with [Probot](https://github.com/probot/probot) to detect [changesets](https://github.com/atlassian/changesets) in PRs\n\n## Install the bot at https://github.com/apps/changeset-bot\n\n\n\nThis bot will comment on PRs saying that either a user might need to add a changeset(note that PRs changing things like documentation generally don't need a changeset)or say that the PR is good and already has a changeset.\n\n\u003cimg width=\"1552\" alt=\"screenshot of changeset bot message from https://github.com/mitchellhamilton/manypkg/pull/18 before a changeset was added\" src=\"https://user-images.githubusercontent.com/11481355/66183943-dc418680-e6bd-11e9-998d-e43f90a974bd.png\"\u003e\n\n\u003cimg width=\"1552\" alt=\"screenshot of the changeset bot message from https://github.com/mitchellhamilton/manypkg/pull/18 showing the changeset good to go message\" src=\"https://user-images.githubusercontent.com/11481355/66184229-cf716280-e6be-11e9-950e-0f64a31dbf15.png\"\u003e\n\n\nSometimes, a contributor won't add a changeset to a PR but you might want to merge in the PR without having to wait on them to add it. To address this, this bot adds a link with the filename pre-filled to add a changeset so all you have to do is write the changeset and click commit.\n\n\u003cimg width=\"1552\" alt=\"screenshot of the changeset bot message from https://github.com/mitchellhamilton/manypkg/pull/18 focused on the create a changeset link\" src=\"https://user-images.githubusercontent.com/11481355/66184052-3a6e6980-e6be-11e9-8e62-8fd9d49af587.png\"\u003e\n\n\u003cimg width=\"1552\" alt=\"screenshot of creating a changeset directly on GitHub\" src=\"https://user-images.githubusercontent.com/11481355/66184086-5bcf5580-e6be-11e9-8227-c1ed6d96b5d2.png\"\u003e\n\n\u003cimg width=\"1552\" alt=\"screenshot of the GitHub file creation page focusing on the commit button\" src=\"https://user-images.githubusercontent.com/11481355/66184181-a94bc280-e6be-11e9-85fc-32edcd5b05ce.png\"\u003e\n\n\u003cimg width=\"1552\" alt=\"screenshot of the changeset bot message from https://github.com/mitchellhamilton/manypkg/pull/18 showing the changeset good to go message\" src=\"https://user-images.githubusercontent.com/11481355/66184229-cf716280-e6be-11e9-950e-0f64a31dbf15.png\"\u003e\n\nWhen writing the changeset, it should look something like this with the packages that are being released in the YAML front matter with associated semver bump types and the summary of the changes in markdown.\n\n```markdown\n---\n'@changesets/cli': major\n'@changesets/read': minor\n---\n\nA very helpful description of the changes\n```\n---\n\nThe information below is for contributing to the bot.\n\n\n## Setup\n\n```sh\nyarn\n```\n\n## Behaviour\n\nThe changeset bot will listen for pull requests being opened and pull requests that have been updated, upon which it will\nthen scan through the files for a changeset that has been added. The bot will make a comment on the PR stating\nwhether it found a changeset or not, as well as the message of the latest commit. If the PR is being updated\nthen the bot will update the existing comment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangesets%2Fbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchangesets%2Fbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchangesets%2Fbot/lists"}