github/labeler: fix auto-tag backport for .github/actions

.github/actions/* does not match deeply nested files like
.github/actions/checkout/action.yml

Instead, we need a recursive glob like **/*
This commit is contained in:
Matt Sturgeon 2026-01-22 01:55:56 +00:00
parent d24b15efd9
commit cbf9173b17
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -26,7 +26,7 @@
- all:
- changed-files:
- any-glob-to-any-file:
- .github/actions/*
- .github/actions/**/*
- .github/workflows/*
- .github/labeler*.yml
- ci/**/*.*