Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump min deps for 1.10 #23250

Bump min deps for 1.10

Bump min deps for 1.10 #23250

name: Pull Request Regex Title Labeler
on:
pull_request_target:
types: [opened, edited]
# Restrict the permissions granted to the use of secrets.GITHUB_TOKEN in this
# github actions workflow:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: actions/setup-python@v6
with:
python-version: '3.9'
- name: Install PyGithub
run: pip install -Uq PyGithub
- name: Label pull request
run: python .github/scripts/label_title_regex.py
env:
CONTEXT_GITHUB: ${{ toJson(github) }}