Skip to content

Updated Cli to remove python 3.8 and add python 3.12 #2688

Updated Cli to remove python 3.8 and add python 3.12

Updated Cli to remove python 3.8 and add python 3.12 #2688

Workflow file for this run

# Copyright (c) Meta Platforms, Inc. and affiliates.
name: "PR Labels"
on:
- pull_request_target
jobs:
apply-labels:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"