Browse Source
🔧 Update config in `label-approved.yml` to accept translations with 1 reviewer (#11007)
pull/11009/head
Alejandra
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
8 additions and
0 deletions
-
.github/workflows/label-approved.yml
|
@ -17,3 +17,11 @@ jobs: |
|
|
- uses: docker://tiangolo/label-approved:0.0.4 |
|
|
- uses: docker://tiangolo/label-approved:0.0.4 |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.FASTAPI_LABEL_APPROVED }} |
|
|
token: ${{ secrets.FASTAPI_LABEL_APPROVED }} |
|
|
|
|
|
config: > |
|
|
|
|
|
{ |
|
|
|
|
|
"approved-1": |
|
|
|
|
|
{ |
|
|
|
|
|
"number": 1, |
|
|
|
|
|
"await_label": "awaiting-review" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|