diff --git a/.github/workflows/changeset-bot.yml b/.github/workflows/changeset-bot.yml new file mode 100644 index 00000000..9c837c02 --- /dev/null +++ b/.github/workflows/changeset-bot.yml @@ -0,0 +1,14 @@ +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