🔧 Update config in label-approved.yml to accept translations with 1 reviewer (#11007)

This commit is contained in:
Alejandra
2024-01-22 13:43:10 -05:00
committed by GitHub
parent 510c7a56a4
commit 62e6c888b7

View File

@@ -17,3 +17,11 @@ jobs:
- uses: docker://tiangolo/label-approved:0.0.4
with:
token: ${{ secrets.FASTAPI_LABEL_APPROVED }}
config: >
{
"approved-1":
{
"number": 1,
"await_label": "awaiting-review"
}
}