1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00
conky/.github/labeler.yml
Brenden Matthews e8c6c24070
Fix labeler v5 (#1703)
* Fix labeler v5
2023-12-11 21:00:00 -05:00

48 lines
845 B
YAML

documentation:
- changed-files:
- any-glob-to-any-file:
- doc/*
- doc/**/*
extras:
- changed-files:
- any-glob-to-any-file:
- extras/*
- extras/**/*
sources:
- changed-files:
- any-glob-to-any-file:
- src/*
- src/**/*
tests:
- changed-files:
- any-glob-to-any-file:
- tests/**/*
- tests/*
web:
- changed-files:
- any-glob-to-any-file:
- web/*
- web/**/*
appimage:
- changed-files:
- any-glob-to-any-file:
- appimage/*
- appimage/**/*
3rdparty:
- changed-files:
- any-glob-to-any-file:
- 3rdparty/*
- 3rdparty/**/*
gh-actions:
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*
- .github/workflows/**/*