Skip to content

Commit 2a2919d

Browse files
committed
Fixes #519: Correct invalid labeler.yml file for actions/labeler
1 parent 1b59995 commit 2a2919d

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

.github/labeler.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
# Add 'repo' label to any root file changes
1+
# Add 'repo' label to any changes in root files
22
repo:
3-
- owner:SunHappyboy
4-
name:CXXGraph
5-
labels:
6-
-name:bug
7-
color:ffb4b4
3+
- '*'
4+
85
# Add 'test' label to any change to *.spec.js files within the source dir
96
test:
10-
- test/**
7+
- test/**
118

129
# Add 'automated workflows' label to any change to workflows files
1310
automated workflows:
14-
- .github/workflows//**
11+
- .github/workflows/**
1512

1613
# Add 'core` label to any change to include files
1714
core:
18-
- include/**
15+
- include/**
1916

2017
# Add 'documentation` label to any change to docs files
2118
documentation:
22-
- docs/**
19+
- docs/**

0 commit comments

Comments
 (0)