Add label for actions.

This commit is contained in:
Brenden Matthews
2022-10-06 13:40:43 -05:00
committed by Brenden Matthews
parent b8e226cdcf
commit 30cad6afca

5
.github/labeler.yml vendored
View File

@@ -2,7 +2,6 @@ documentation:
- doc/*
- doc/**/*
extras:
- extras/*
- extras/**/*
@@ -26,3 +25,7 @@ appimage:
3rdparty:
- 3rdparty/*
- 3rdparty/**/*
gh-actions:
- .github/workflows/*
- .github/workflows/**/*