Skip to content

chore(deps): bump pytest from 8.3.4 to 8.3.5 in the dependencies group #228

chore(deps): bump pytest from 8.3.4 to 8.3.5 in the dependencies group

chore(deps): bump pytest from 8.3.4 to 8.3.5 in the dependencies group #228

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@ecdd405ebb379e0713e348440e6e26e85fc06773
with:
config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}