Skip to content

Commit 4ba2785

Browse files
committed
trigger
1 parent 195a965 commit 4ba2785

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
- any-glob-to-any-file:
2626
- .circleci/**
2727
- .github/**
28-
- !.github/lsan-suppressions.txt
29-
- !.github/ISSUE_TEMPLATE/**
28+
- '!.github/lsan-suppressions.txt'
29+
- '!.github/ISSUE_TEMPLATE/**'
3030

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

.github/setup_hmailserver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
$accounts = $domain->accounts();
1818

19+
1920
foreach (IMAP_USERS as $user) {
2021
$account = $accounts->Add();
2122
$account->Address = "$user@" . IMAP_MAIL_DOMAIN;

0 commit comments

Comments
 (0)