Browse Source

🔧 Ensure that an edit to `uv.lock` gets the `internal` label (#14759)

add uv.lock to files for labeling the PR with 'internal'
pull/14761/head
Sofie Van Landeghem 4 months ago
committed by GitHub
parent
commit
74cc27fd5a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/labeler.yml

1
.github/labeler.yml

@ -31,6 +31,7 @@ internal:
- .pre-commit-config.yaml
- pdm_build.py
- requirements*.txt
- uv.lock
- docs/en/data/sponsors.yml
- docs/en/overrides/main.html
- all-globs-to-all-files:

Loading…
Cancel
Save