pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
404 B
14 lines
404 B
name: Label approved pull requests
|
|
on: pull_request_review
|
|
jobs:
|
|
labelWhenApproved:
|
|
name: Label when approved
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Label when approved
|
|
uses: pullreminders/[email protected]
|
|
env:
|
|
APPROVALS: "2"
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
ADD_LABEL: "approved-2"
|
|
REMOVE_LABEL: "awaiting%20review"
|
|
|