mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-07 23:04:00 +01:00
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:
parent
d24b15efd9
commit
cbf9173b17
1 changed files with 1 additions and 1 deletions
2
.github/labeler-no-sync.yml
vendored
2
.github/labeler-no-sync.yml
vendored
|
|
@ -26,7 +26,7 @@
|
|||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- .github/actions/*
|
||||
- .github/actions/**/*
|
||||
- .github/workflows/*
|
||||
- .github/labeler*.yml
|
||||
- ci/**/*.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue