Skip to content

Commit 3c4ac0f

Browse files
moradologyd-v-b
andauthored
Use all rather than any for labeler config (#2781)
Co-authored-by: Davis Bennett <[email protected]>
1 parent cab29d2 commit 3c4ac0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
needs release notes:
22
- all:
33
- changed-files:
4-
- any-glob-to-any-file: '!changes/*.rst'
4+
- all-glob-to-all-file: '!changes/*.rst'

changes/2781.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable automatic removal of `needs release notes` with labeler action

0 commit comments

Comments
 (0)