summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-01-23 11:48:29 +0900
committerHiroshi SHIBATA <[email protected]>2025-01-23 11:48:29 +0900
commit7d25007bbbd5768b82e55b115b3ac4cc8f983d87 (patch)
treedd3b0732ea8b005d7e8deea3d01503a40579cfdb
parent5244fd32431aeca9c46ab03bdf0d252d833353bb (diff)
Ignore to add Documentation label when we pushed doc and src both
-rw-r--r--.github/labeler.yml2
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'