Skip to content

Commit

Permalink
actions: labeler: Add new "GitHub" label for auto-labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
ColorfulRhino committed Jun 26, 2024
1 parent 73fdb5b commit 4081cdf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
- changed-files:
- any-glob-to-any-file: ['.github/workflows/**/*']

"GitHub":
- all:
- changed-files:
- any-glob-to-any-file: ['.github/**/*']
- all-globs-to-any-file: ['!.github/workflows/**/*']

"Desktop":
- all:
- changed-files:
Expand Down
3 changes: 3 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
- name: "Actions scripts"
color: "bfd4f2"
description: "GitHub Actions scripts"
- name: "GitHub"
color: "bfd4f2"
description: "GitHub-related changes like labels, templates, ..."
- name: "Patches"
color: "bfd4f2"
description: "Patches related to kernel, U-Boot, ..."
Expand Down

0 comments on commit 4081cdf

Please sign in to comment.