Skip to content

Commit 12cdeea

Browse files
authored
Merge pull request #81 from tanhongit/update-event-template
Add/Update event template
2 parents a067dac + f2e0f9f commit 12cdeea

File tree

93 files changed

+234
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+234
-151
lines changed

lang/en/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
'branch' => 'Branch',
88
'commit' => 'Commit',
99
'title' => 'Title',
10+
'state' => 'State',
11+
'confidential' => 'Confidential',
1012
];

lang/en/events/gitlab/issues.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
return [
44
'issue_title' => '📢',
5+
'default' => 'Default issue to :issue by :user',
6+
'confidential_issue' => '🔒 <b>Confidential Issue</b> to :issue by :user',
57
'closed' => [
68
'title' => '<b>Issue Closed </b> to :issue by :user',
79
],

lang/en/events/gitlab/merge_request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
'update' => [
3030
'title' => '<b>Merge Request Updated</b> - :repo by :user',
3131
],
32+
'default' => 'Here is the default message for merge request',
3233
];

lang/vi/app.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
'branch' => 'Tên nhánh',
88
'commit' => 'Commit',
99
'title' => 'Tiêu đề',
10+
'state' => 'Trạng thái',
11+
'confidential' => 'Bí mật',
1012
];

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ parameters:
99
tmpDir: build/phpstan
1010
checkOctaneCompatibility: true
1111
checkModelProperties: true
12-
checkMissingIterableValueType: false

resources/views/events/github/branch_protection_rule/created.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @var $payload object
3+
* @var object $payload
44
*/
55
66
$repository = $payload->repository;

resources/views/events/github/branch_protection_rule/deleted.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @var $payload object
3+
* @var object $payload
44
*/
55
66
$repository = $payload->repository;

resources/views/events/github/branch_protection_rule/edited.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @var $payload object
3+
* @var object $payload
44
*/
55
66
$repository = $payload->repository;

resources/views/events/github/deploy_key/created.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @var $payload object
3+
* @var object $payload
44
*/
55
66
?>

resources/views/events/github/deploy_key/deleted.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @var $payload object
3+
* @var object $payload
44
*/
55
66
?>

0 commit comments

Comments
 (0)