mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
83b530a5bd
* 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:
|
|
- '**'
|
|
- '.*'
|
|
- '.*/**'
|