Skip to content

Update tool uv (0.11.29 ➔ 0.11.30) #2330

Update tool uv (0.11.29 ➔ 0.11.30)

Update tool uv (0.11.29 ➔ 0.11.30) #2330

Workflow file for this run

---
name: "Labeler"
on:
workflow_dispatch:
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
permissions:
contents: read # required to read the label configuration file
pull-requests: write # required to write labels to pull requests
issues: write # required to write labels to issues
steps:
- name: Labeler
uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
with:
configuration-path: .github/labeler.yaml