diff --git a/.changeset/eighty-countries-fry.md b/.changeset/eighty-countries-fry.md index 31b31990b..d024ad064 100644 --- a/.changeset/eighty-countries-fry.md +++ b/.changeset/eighty-countries-fry.md @@ -3,3 +3,5 @@ --- Just a test again + +- more stuff here diff --git a/.github/workflows/check-merge.yml b/.github/workflows/check-merge.yml index 1cc6f20a0..66a54fb95 100644 --- a/.github/workflows/check-merge.yml +++ b/.github/workflows/check-merge.yml @@ -36,7 +36,7 @@ jobs: if: steps.find-blockers.outputs.found == 'true' run: | curl --request POST \ - --url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/labels + --url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/labels \ --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \ --header 'content-type: application/json' \ -d '{["semver minor"]}'