diff --git a/.changeset/README.md b/.changeset/README.md deleted file mode 100644 index e5b6d8d6a..000000000 --- a/.changeset/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works -with multi-package repos, or single-package repos to help you version and publish your code. You can -find the full documentation for it [in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.github/workflows/noop.yml b/.github/workflows/noop.yml index b58468e78..4121c520c 100644 --- a/.github/workflows/noop.yml +++ b/.github/workflows/noop.yml @@ -7,7 +7,7 @@ on: pull_request: paths: - - '.changeset/**' + - '.changeset/config.json' - '.github/**' - '!.github/workflows/js-sdk.yml' - '!.github/workflows/mls-client.yml'