diff options
| -rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 9431d61b29..e81aed8e98 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ Documentation: - changed-files: - - any-glob-to-any-file: doc/** + - all-globs-to-all-files: doc/** Backport: - base-branch: 'ruby_3_\d' |
