Skip to content

Commit 628e8d3

Browse files
committed
Labeler: Fix indentation in labeler.yml
Fixes mixed indentation from the previous PR phpGH-16915.
1 parent 62d12e4 commit 628e8d3

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)