diff --git a/.github/workflows/changeset-bot.yml b/.github/workflows/changeset-bot.yml deleted file mode 100644 index 9c837c02..00000000 --- a/.github/workflows/changeset-bot.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Changeset Bot - -on: - pull_request_target: - types: [opened, synchronize] - -permissions: - pull-requests: write - -jobs: - bot: - runs-on: ubuntu-latest - steps: - - uses: changesets/bot@v1