mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-25 00:37:44 -04:00
👷 Refactor label-approved, make it an internal script instead of an external GitHub Action (#12280)
This commit is contained in:
committed by
GitHub
parent
84ef149f83
commit
6384f730f7
4
.github/workflows/label-approved.yml
vendored
4
.github/workflows/label-approved.yml
vendored
@@ -20,7 +20,9 @@ jobs:
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: echo "$GITHUB_CONTEXT"
|
||||
- uses: docker://tiangolo/label-approved:0.0.4
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Setup uv
|
||||
|
||||
Reference in New Issue
Block a user