Skip to content

Commit

Permalink
Merge pull request #48 from tanhongit/update-action-configs
Browse files Browse the repository at this point in the history
Update config for gitlab actions
  • Loading branch information
tanhongit authored May 22, 2024
2 parents 0f1b4c5 + f18fb5b commit 9237cdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eleirbag89/telegrambotphp": "^1.4",
"guzzlehttp/guzzle": "^7.8",
"symfony/http-foundation": "^6.4|^7.0",
"vlucas/phpdotenv": "^5.6"
"vlucas/phpdotenv": "^5.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.0",
Expand Down
7 changes: 6 additions & 1 deletion config/jsons/gitlab-events.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"push": true,
"tag_push": true,
"confidential_issue": true,
"issue": {
"default": true,
"open": true,
"close": true,
"reopen": false,
Expand All @@ -14,6 +16,7 @@
"snippet": false
},
"merge_request": {
"default": true,
"open": true,
"close": true,
"reopen": false,
Expand All @@ -34,5 +37,7 @@
"create": true,
"update": false,
"delete": true
}
},
"pipeline": true,
"job": false
}

0 comments on commit 9237cdd

Please sign in to comment.