Skip to content

Commit e29a568

Browse files
authored
Create labeler.yml
1 parent 89d8d3e commit e29a568

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/labeler.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
# configuration spec at https://github.com/actions/labeler/blob/master/README.md
3+
area/docs:
4+
- meta/*
5+
- CHANGELOG.md
6+
- CONTRIBUTING.md
7+
- LICENSE
8+
- README.md
9+
area/tests:
10+
- molecule/*
11+
- molecule/**/*
12+
- .ansible-lint
13+
- test-requirements.txt
14+
- tox.ini
15+
area/automation:
16+
- .travis/*
17+
- .github/*
18+
- .github/**/*
19+
- .travis.yml
20+
- .mergify.yml
21+
area/vars:
22+
- defaults/*
23+
- vars/*
24+
- vars/**/*
25+
area/tasks:
26+
- handlers/*
27+
- tasks/*
28+
- tasks/**/*
29+
area/jinja:
30+
- templates/*
31+
- templates/**/*

0 commit comments

Comments
 (0)