-
-
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.
Merge pull request #78 from cslant/fix/update-gitlab-event-template-p…
…hu-tong Fix/update gitlab event template
- Loading branch information
Showing
47 changed files
with
179 additions
and
174 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
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
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,32 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
'review' => '👥 Reviewers: ', | ||
'review' => 'Reviewers: ', | ||
'closed' => [ | ||
'title' => '🚫 <b>Merge Request Closed</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Closed</b> - :repo by :user', | ||
], | ||
'merged' => [ | ||
'title' => '✅ <b>Merge Request Merged</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Merged</b> - :repo by :user', | ||
], | ||
'opened' => [ | ||
'title' => '👷♂️🛠️ <b>New Merge Request</b> - 🦊:repo by :user', | ||
'title' => '<b>New Merge Request</b> - :repo by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '👷♂️🛠️ <b>Merge Request Reopened</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Reopened</b> - :repo by :user', | ||
], | ||
'approved' => [ | ||
'title' => '👍 <b>Merge Request Approved</b> ✅ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Approved</b> :repo by :user', | ||
], | ||
'unapproved' => [ | ||
'title' => '👎 <b>Merge Request Unapproved</b> ❌ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Unapproved</b> :repo by :user', | ||
], | ||
'approval' => [ | ||
'title' => '👍 <b>Merge Request Approval</b> ✅ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Approval</b> :repo by :user', | ||
], | ||
'unapproval' => [ | ||
'title' => '👎 <b>Merge Request Unapproval</b> ❌ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Unapproval</b> :repo by :user', | ||
], | ||
'update' => [ | ||
'title' => '🛠️ <b>Merge Request Updated</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Updated</b> - :repo by :user', | ||
], | ||
]; |
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
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
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
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
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
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,32 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
'review' => '👥 Reviewers: ', | ||
'review' => 'Reviewers: ', | ||
'closed' => [ | ||
'title' => '🚫 <b>Merge Request Closed</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Closed</b> - :repo by :user', | ||
], | ||
'merged' => [ | ||
'title' => '✅ <b>Merge Request Merged</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Merged</b> - :repo by :user', | ||
], | ||
'opened' => [ | ||
'title' => '👷♂️🛠️ <b>New Merge Request</b> - 🦊:repo by :user', | ||
'title' => '<b>New Merge Request</b> - :repo by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '👷♂️🛠️ <b>Merge Request Reopened</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Reopened</b> - :repo by :user', | ||
], | ||
'approved' => [ | ||
'title' => '👍 <b>Merge Request Approved</b> ✅ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Approved</b> :repo by :user', | ||
], | ||
'unapproved' => [ | ||
'title' => '👎 <b>Merge Request Unapproved</b> ❌ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Unapproved</b> :repo by :user', | ||
], | ||
'approval' => [ | ||
'title' => '👍 <b>Merge Request Approval</b> ✅ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Approval</b> :repo by :user', | ||
], | ||
'unapproval' => [ | ||
'title' => '👎 <b>Merge Request Unapproval</b> ❌ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Unapproval</b> :repo by :user', | ||
], | ||
'update' => [ | ||
'title' => '🛠️ <b>Merge Request Updated</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Updated</b> - :repo by :user', | ||
], | ||
]; |
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
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
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
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
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
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,32 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
'review' => '👥 Reviewers: ', | ||
'review' => 'Reviewers: ', | ||
'closed' => [ | ||
'title' => '🚫 <b>Merge Request Closed</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Closed</b> - :repo by :user', | ||
], | ||
'merged' => [ | ||
'title' => '✅ <b>Merge Request Merged</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Merged</b> - :repo by :user', | ||
], | ||
'opened' => [ | ||
'title' => '👷♂️🛠️ <b>New Merge Request</b> - 🦊:repo by :user', | ||
'title' => '<b>New Merge Request</b> - :repo by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '👷♂️🛠️ <b>Merge Request Reopened</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Reopened</b> - :repo by :user', | ||
], | ||
'approved' => [ | ||
'title' => '👍 <b>Merge Request Approved</b> ✅ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Approved</b> :repo by :user', | ||
], | ||
'unapproved' => [ | ||
'title' => '👎 <b>Merge Request Unapproved</b> ❌ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Unapproved</b> :repo by :user', | ||
], | ||
'approval' => [ | ||
'title' => '👍 <b>Merge Request Approval</b> ✅ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Approval</b> :repo by :user', | ||
], | ||
'unapproval' => [ | ||
'title' => '👎 <b>Merge Request Unapproval</b> ❌ - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Unapproval</b> :repo by :user', | ||
], | ||
'update' => [ | ||
'title' => '🛠️ <b>Merge Request Updated</b> - 🦊:repo by :user', | ||
'title' => '<b>Merge Request Updated</b> - :repo by :user', | ||
], | ||
]; |
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
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
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
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
Oops, something went wrong.