1
0
mirror of https://github.com/tycrek/degoogle.git synced 2025-07-31 20:20:11 +02:00

Create labeler.yml

Data for what the labeler Action should look for
This commit is contained in:
Josh Moore
2020-05-29 08:48:12 -06:00
committed by GitHub
parent e6763770a0
commit 0cb05c75f7

8
.github/labeler.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
fix:
- '[FIX]'
new:
- '[NEW]'
remove:
- '[REMOVE]'
other:
- '[OTHER]'