chore(ci): fix a missing --repo in the labeling automation (#6735)
This commit is contained in:
parent
31d2417dde
commit
7306e7038a
@ -41,7 +41,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
gh pr ready "${{ github.event.pull_request.number }}" --undo || true
|
gh pr ready "${{ github.event.pull_request.number }}" \
|
||||||
|
--repo "${{ github.repository }}" \
|
||||||
|
--undo || true
|
||||||
|
# || true to ignore the case where the pr is already a draft
|
||||||
|
|
||||||
ready-for-review:
|
ready-for-review:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user