summaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
AgeCommit message (Collapse)Author
2023-12-13CI: Fix labeler.yml (#13677)K.Takata
* CI: Fix labeler.yml Use `any-glob-to-any-file` instead of `any-glob-to-all-files` in most places. * Adjust indentation
2023-12-11CI: labeler.yml: update to v5 (#13664)Philip H
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-11CI: labeler.yml use all instead of any for doc detection (#13507)Philip H
fixup: https://github.com/vim/vim/pull/13506#pullrequestreview-1722013761 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-11CI: labeler.yml: Add some more component detection rules (#13511)K.Takata
Add rules for `installer`, `platform-mac`, `platform-windows`, `xxd`. Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-11-09CI: labeler.yml: add documentation label (#13506)Philip H
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-29patch 9.0.1954: CI: change netrw label in labeller botv9.0.1954Ken Takata
Problem: CI: change netrw label in labeller bot Solution: Rename it to 'plugin-netrw' closes: #13217 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ken Takata <kentkt@csc.jp>
2023-08-20patch 9.0.1764: CI: label should not be set on all yml filesv9.0.1764Philip H
Problem: CI: label should not be set on all yml files Solution: only set it for specific yml files in .github closes: #12855 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
2023-08-19patch 9.0.1748: CI: cannot label issues automaticallyv9.0.1748Philip H
Problem: CI: cannot label issues automatically Solution: Create CI labeler closes: #12788 Signed-off-by: Christian Brabandt <cb@256bit.org> Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>