Skip to content

Update pre-commit hook asottile/pyupgrade to v3 #119

Update pre-commit hook asottile/pyupgrade to v3

Update pre-commit hook asottile/pyupgrade to v3 #119

Workflow file for this run

name: "Validate PR"
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
validate-labels:
name: With PR label action
runs-on: ubuntu-latest
steps:
- name: PR Label Validation
uses: jesusvasquez333/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: "bug, enhancement, dependencies, refactoring, tests"
invalid-labels: "help wanted, invalid, question"
pull-request-number: "${{ github.event.pull_request.number }}"
disable-reviews: true