Skip to content

Commit ad99a67

Browse files
authored
Fix "needs release notes" labeler action (#2759)
1 parent 40da497 commit ad99a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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+
- any-glob-to-any-file: '!changes/*.rst'

0 commit comments

Comments
 (0)