Skip to content

Bump python from 3.12 to 3.13 in /test/environment/grpc #391

Bump python from 3.12 to 3.13 in /test/environment/grpc

Bump python from 3.12 to 3.13 in /test/environment/grpc #391

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: actions/labeler@v5
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"