-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathlabeler.yml
More file actions
40 lines (33 loc) · 852 Bytes
/
labeler.yml
File metadata and controls
40 lines (33 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# A bot for automatically labelling pull requests
# See https://github.com/actions/labeler
A:plugin-polars:
- changed-files:
- any-glob-to-any-file:
- crates/nu_plugin_polars/**
A:std-library:
- changed-files:
- any-glob-to-any-file:
- crates/nu-std/**
A:ci:
- changed-files:
- any-glob-to-any-file:
- .github/workflows/**
A:LSP:
- changed-files:
- any-glob-to-any-file:
- crates/nu-lsp/**
A:parser:
- changed-files:
- any-glob-to-any-file:
- crates/nu-parser/**
A:plugins:
- changed-files:
- any-glob-to-any-file:
# plugins API
- crates/nu-plugin/**
- crates/nu-plugin-core/**
- crates/nu-plugin-engine/**
- crates/nu-plugin-protocol/**
- crates/nu-plugin-test-support/**
# specific plugins (like polars)
- crates/nu_plugin_*/**