We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195a965 commit 4ba2785Copy full SHA for 4ba2785
2 files changed
.github/labeler.yml
@@ -25,8 +25,8 @@
25
- any-glob-to-any-file:
26
- .circleci/**
27
- .github/**
28
- - !.github/lsan-suppressions.txt
29
- - !.github/ISSUE_TEMPLATE/**
+ - '!.github/lsan-suppressions.txt'
+ - '!.github/ISSUE_TEMPLATE/**'
30
31
"Extension: bcmath":
32
- changed-files:
.github/setup_hmailserver.php
@@ -16,6 +16,7 @@
16
17
$accounts = $domain->accounts();
18
19
+
20
foreach (IMAP_USERS as $user) {
21
$account = $accounts->Add();
22
$account->Address = "$user@" . IMAP_MAIL_DOMAIN;
0 commit comments