Files
labeler/__tests__/fixtures/branches.yml
T

12 lines
172 B
YAML
Raw Normal View History

test-branch:
- head-branch: "^test/"
feature-branch:
- head-branch: "/feature/"
2021-09-15 10:14:24 -08:00
bug-branch:
- head-branch: "^bug/|fix/"
2021-09-29 10:32:05 -04:00
array-branch:
- head-branch: ["^array/"]