should be issues

This commit is contained in:
Matthew Phillips 2022-09-23 08:19:56 -04:00
parent e08fb43336
commit a197189a26

View file

@ -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}}/issues/${{github.event.number}}/labels \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
-d '{["semver minor"]}'