We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b59995 commit 2a2919dCopy full SHA for 2a2919d
1 file changed
.github/labeler.yml
@@ -1,22 +1,19 @@
1
-# Add 'repo' label to any root file changes
+# Add 'repo' label to any changes in root files
2
repo:
3
-- owner:SunHappyboy
4
- name:CXXGraph
5
-labels:
6
- -name:bug
7
- color:ffb4b4
+ - '*'
+
8
# Add 'test' label to any change to *.spec.js files within the source dir
9
test:
10
-- test/**
+ - test/**
11
12
# Add 'automated workflows' label to any change to workflows files
13
automated workflows:
14
-- .github/workflows//**
+ - .github/workflows/**
15
16
# Add 'core` label to any change to include files
17
core:
18
-- include/**
+ - include/**
19
20
# Add 'documentation` label to any change to docs files
21
documentation:
22
-- docs/**
+ - docs/**
0 commit comments