👷 Refactor label-approved, make it an internal script instead of an external GitHub Action (#12280)

This commit is contained in:
Sebastián Ramírez
2024-10-12 15:58:30 +02:00
committed by GitHub
parent 84ef149f83
commit 6384f730f7
2 changed files with 63 additions and 1 deletions

View File

@@ -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