Skip to content

pip stable: update google-api-python-client requirement from ~=2.101.0 to ~=2.102.0 #21

pip stable: update google-api-python-client requirement from ~=2.101.0 to ~=2.102.0

pip stable: update google-api-python-client requirement from ~=2.101.0 to ~=2.102.0 #21

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [ "opened" ]
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
label:
name: "Label Pull Request"
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"