Skip to content

Commit

Permalink
Fix labeler syntax for new version (#3601)
Browse files Browse the repository at this point in the history
  • Loading branch information
karianna authored Jan 9, 2024
1 parent a352e08 commit fc6fba3
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,38 @@
# - tests/*

ghActions:
- .github/*
- changed-files:
- any-glob-to-any-file: [.github/*]
documentation:
- '**/*.md'
- changed-files:
- any-glob-to-any-file: ['**/*.md']
jenkins:
- build-farm/*
- changed-files:
- any-glob-to-any-file: [build-farm/*]
aix:
- build-farm/platform-specific-configurations/aix.sh
- changed-files:
- any-glob-to-any-file: [build-farm/platform-specific-configurations/aix.sh]
alpine-linux:
- build-farm/platform-specific-configurations/alpine-linux.sh
- changed-files:
- any-glob-to-any-file: [build-farm/platform-specific-configurations/alpine-linux.sh]
macos:
- build-farm/platform-specific-configurations/mac.sh
- changed-files:
- any-glob-to-any-file: [build-farm/platform-specific-configurations/mac.sh]
solaris:
- build-farm/platform-specific-configurations/solaris.sh
- changed-files:
- any-glob-to-any-file: [build-farm/platform-specific-configurations/solaris.sh]
windows:
- build-farm/platform-specific-configurations/windows.sh
- changed-files:
- any-glob-to-any-file: [build-farm/platform-specific-configurations/windows.sh]
docker:
- docker/*
- docker-build.sh
- changed-files:
- any-glob-to-any-file: [docker/*, docker-build.sh]
testing:
- tests/*
- changed-files:
- any-glob-to-any-file: [tests/*]
security:
- security/*
- SECURITY.md
- sbin/sig_check/*
- changed-files:
- any-glob-to-any-file: [security/*, SECURITY.md, sbin/sig_check/*]
installer:
- build-farm/sign-releases.sh
- sign.sh
- changed-files:
- any-glob-to-any-file: [build-farm/sign-releases.sh, sign.sh]

0 comments on commit fc6fba3

Please sign in to comment.