Skip to content

Commit 9237cdd

Browse files
authored
Merge pull request #48 from tanhongit/update-action-configs
Update config for gitlab actions
2 parents 0f1b4c5 + f18fb5b commit 9237cdd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eleirbag89/telegrambotphp": "^1.4",
4444
"guzzlehttp/guzzle": "^7.8",
4545
"symfony/http-foundation": "^6.4|^7.0",
46-
"vlucas/phpdotenv": "^5.6"
46+
"vlucas/phpdotenv": "^5.4"
4747
},
4848
"require-dev": {
4949
"friendsofphp/php-cs-fixer": "^v3.0",

config/jsons/gitlab-events.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"push": true,
33
"tag_push": true,
4+
"confidential_issue": true,
45
"issue": {
6+
"default": true,
57
"open": true,
68
"close": true,
79
"reopen": false,
@@ -14,6 +16,7 @@
1416
"snippet": false
1517
},
1618
"merge_request": {
19+
"default": true,
1720
"open": true,
1821
"close": true,
1922
"reopen": false,
@@ -34,5 +37,7 @@
3437
"create": true,
3538
"update": false,
3639
"delete": true
37-
}
40+
},
41+
"pipeline": true,
42+
"job": false
3843
}

0 commit comments

Comments
 (0)