try again
This commit is contained in:
parent
fa3960e664
commit
e08fb43336
2 changed files with 3 additions and 1 deletions
|
@ -3,3 +3,5 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
Just a test again
|
Just a test again
|
||||||
|
|
||||||
|
- more stuff here
|
||||||
|
|
2
.github/workflows/check-merge.yml
vendored
2
.github/workflows/check-merge.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
if: steps.find-blockers.outputs.found == 'true'
|
if: steps.find-blockers.outputs.found == 'true'
|
||||||
run: |
|
run: |
|
||||||
curl --request POST \
|
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 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
||||||
--header 'content-type: application/json' \
|
--header 'content-type: application/json' \
|
||||||
-d '{["semver minor"]}'
|
-d '{["semver minor"]}'
|
||||||
|
|
Loading…
Reference in a new issue