Skip to content

Commit e89ddde

Browse files
committed
Update labeler match object syntax to new version
This is required due to an upstream breaking change in the v5 release. See: - https://github.com/actions/labeler/blob/83720bce8638d1b5b7b15ae76465522ca7ea2eec/README.md#breaking-changes-in-v5
1 parent 37609f5 commit e89ddde

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/labeler.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# See https://github.com/actions/labeler for more information.
22

33
dependencies:
4-
- Cargo.lock
4+
- changed-files:
5+
- any-glob-to-any-file: Cargo.lock
56

67
documentation:
7-
- "**/*.md"
8+
- changed-files:
9+
- any-glob-to-any-file: "**/*.md"
810

911
github_actions:
10-
- .github/workflows/*.yml
12+
- changed-files:
13+
- any-glob-to-any-file: .github/workflows/*.yml

0 commit comments

Comments
 (0)