-
-
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 view template for pull request event
- Loading branch information
Phú Tống
committed
May 10, 2024
1 parent
5555385
commit 632dedb
Showing
14 changed files
with
65 additions
and
65 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,36 +1,36 @@ | ||
<?php | ||
|
||
return [ | ||
'review' => '👥 Reviewers: ', | ||
'review' => 'Reviewers: ', | ||
'assigned' => [ | ||
'title' => '👷♂️🛠️ <b>Assigned Pull Request</b> - 🦑:repo by :user', | ||
'title' => '<b>Assigned Pull Request</b> - :repo by :user', | ||
'body' => ':name has been assigned in the pull request <b>:pullRequest</b>', | ||
], | ||
'closed' => [ | ||
'title' => ':title - 🦑:repo by :user', | ||
'title_merged' => '✅ <b>Pull Request Merged</b>', | ||
'title_closed' => '🚫 <b>Pull Request Closed</b>', | ||
'title' => ':title - :repo by :user', | ||
'title_merged' => '<b>Pull Request Merged</b>', | ||
'title_closed' => '<b>Pull Request Closed</b>', | ||
], | ||
'labeled' => [ | ||
'title' => '👷♂️🛠️ <b>Labeled Pull Request</b> - 🦑:repo by :user', | ||
'title' => '<b>Labeled Pull Request</b> - :repo by :user', | ||
], | ||
'locked' => [ | ||
'title' => '👷♂️🛠️ <b>Locked Pull Request</b> - 🦑:repo by :user', | ||
'title' => '<b>Locked Pull Request</b> - :repo by :user', | ||
], | ||
'opened' => [ | ||
'title' => '👷♂️🛠️ <b>New Pull Request</b> - 🦑:repo by :user', | ||
'title' => '<b>New Pull Request</b> - :repo by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '👷♂️🛠️ <b>Reopened Pull Request</b> - 🦑:repo by :user', | ||
'title' => '<b>Reopened Pull Request</b> - :repo by :user', | ||
], | ||
'unassigned' => [ | ||
'title' => '👷♂️🛠️ <b>Unassigned Pull Request</b> - 🦑:repo by :user', | ||
'title' => '<b>Unassigned Pull Request</b> - :repo by :user', | ||
'body' => ':name has been unassigned in the pull request <b>:pullRequest</b>', | ||
], | ||
'unlabeled' => [ | ||
'title' => '👷♂️🛠️ <b>Unlabeled Pull Request</b> - 🦑:repo by :user', | ||
'title' => '<b>Unlabeled Pull Request</b> - :repo by :user', | ||
], | ||
'unlocked' => [ | ||
'title' => '👷♂️🛠️ <b>Unlocked Pull Request</b> - 🦑:repo by :user', | ||
'title' => '<b>Unlocked Pull Request</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
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
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