Skip to content

chore(deps): bump pylint from 3.3.3 to 3.3.4 in the dependencies group #216

chore(deps): bump pylint from 3.3.3 to 3.3.4 in the dependencies group

chore(deps): bump pylint from 3.3.3 to 3.3.4 in the dependencies group #216

Workflow file for this run

---
name: Auto Labeler
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
main:
permissions:
contents: read
pull-requests: write
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
with:
config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}