8000 fix: make gender input case-insensitive and clean up pre-commit config · python-telegram-bot/python-telegram-bot@bc92b3b · GitHub
[go: up one dir, main page]

Skip to content
8000

fix: make gender input case-insensitive and clean up pre-commit config #573

fix: make gender input case-insensitive and clean up pre-commit config

fix: make gender input case-insensitive and clean up pre-commit config #573

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
permissions: {}
jobs:
pre-commit-ci:
permissions:
contents: read # for srvaroa/labeler to read config file
pull-requests: write # for srvaroa/labeler to add labels in PR
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@0a20eccb8c94a1ee0bed5f16859aece1c45c3e55 # v1.13.0
# Config file at .github/labeler.yml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0