Skip to content

Commit 6d62d87

Browse files
committed
Labeler: Fix indentation in labeler.yml
Fixes mixed indentation from the previous PR GH-16915.
1 parent c445f1b commit 6d62d87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/labeler.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"Category: CI":
2424
- changed-files:
2525
- any-glob-to-any-file:
26-
- .circleci/**
27-
- .github/**
28-
- '!.github/lsan-suppressions.txt'
29-
- '!.github/ISSUE_TEMPLATE/**'
26+
- .circleci/**
27+
- .github/**
28+
- '!.github/lsan-suppressions.txt'
29+
- '!.github/ISSUE_TEMPLATE/**'
3030

3131
"Extension: bcmath":
3232
- changed-files:

0 commit comments

Comments
 (0)