Fix labelling of plugins through correct glob (#15634)

https://github.com/nushell/nushell/pull/15627#issuecomment-2827259125
This commit is contained in:
Stefan Holderbach 2025-04-24 14:00:16 +02:00 committed by GitHub
parent 7add38fe32
commit 6be291b00a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.github/labeler.yml vendored
View File

@ -37,4 +37,4 @@ pr:plugins:
- crates/nu-plugin-protocol/**
- crates/nu-plugin-test-support/**
# specific plugins (like polars)
- crates/nu_plugin_*
- crates/nu_plugin_*/**