-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update push event - for create new branch
- Loading branch information
Showing
6 changed files
with
36 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'default' => [ | ||
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>', | ||
'pusher' => '👤 Pushed by : <b>:name</b>', | ||
], | ||
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>', | ||
'pusher' => 'Pushed by : <b>:name</b>', | ||
'new_branch_title' => '<b>A new branch has been pushed to the project</b> :repo', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'default' => [ | ||
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>', | ||
'pusher' => '👤 Pushed by : <b>:name</b>', | ||
], | ||
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>', | ||
'pusher' => 'Pushed by : <b>:name</b>', | ||
'new_branch_title' => '<b>A new branch has been pushed to the project</b> :repo', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'default' => [ | ||
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>', | ||
'pusher' => '👤 Pushed by : <b>:name</b>', | ||
], | ||
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>', | ||
'pusher' => 'Pushed by : <b>:name</b>', | ||
'new_branch_title' => '<b>A new branch has been pushed to the project</b> :repo', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'by' => 'by', | ||
'unknown_callback' => 'Unknown Callback. Something went wrong!', | ||
'invalid_request' => 'Invalid Request!', | ||
'branch' => 'Branch', | ||
'by' => 'bởi', | ||
'unknown_callback' => 'Không rõ Callback. Đã xảy ra lỗi!', | ||
'invalid_request' => 'Yêu cầu không hợp lệ!', | ||
'branch' => 'Tên nhánh', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<?php | ||
|
||
return [ | ||
'default' => [ | ||
'title' => '<b>:count</b> :noun mới trong <b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - bởi <i>:commit_by</i>', | ||
'pusher' => '👤 Đẩy lên bởi: : <b>:name</b>', | ||
], | ||
'title' => '<b>:count</b> :noun mới trong <b>:repo:<code>:branch</code></b>', | ||
'commit' => '[:commit] :commit_message - bởi <i>:commit_by</i>', | ||
'pusher' => 'Đẩy lên bởi: : <b>:name</b>', | ||
'new_branch_title' => '<b>Một nhánh mới đã được tạo trong dự án</b> :repo', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters