mirror of
https://github.com/bitwarden/server
synced 2026-01-07 11:03:37 +00:00
* Update glob matching pattern for labeler Ref: https://github.com/actions/labeler/issues/28#issuecomment-552362351
7 lines
156 B
YAML
7 lines
156 B
YAML
# See .github/workflows/pr-labeler.yml for context
|
|
# Apply the label regardless of what files have been changed
|
|
community-pr:
|
|
- '**'
|
|
- '.*'
|
|
- '.*/**'
|