-
-
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 #68 from cslant/update-event-template
Update layout for workflow events, actions
- Loading branch information
Showing
107 changed files
with
638 additions
and
571 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,22 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
'name' => 'Rule Name', | ||
'created' => [ | ||
'title' => '⚠️ <b>New Branch Protection Rules</b> from 🦑:repo', | ||
'link' => '🔗 Link: :link', | ||
'title' => '<b>New Branch Protection Rules</b> from :repo', | ||
'link' => 'Link: :link', | ||
], | ||
'edited' => [ | ||
'title' => '📝 <b>Branch Protection Rules Have Been Edited</b> from 🦑:repo', | ||
'title' => '<b>Branch Protection Rules Have Been Edited</b> from :repo', | ||
'changes' => [ | ||
'title' => [ | ||
'name' => '📖 <b>Title</b> has been changed', | ||
'from' => '📝 <b>From:</b> :title_from', | ||
'to' => '🏷 <b>To:</b> :title_to', | ||
'name' => '<b>The Name</b> has been changed', | ||
'from' => '<b>From:</b> :title_from', | ||
'to' => '<b>To:</b> :title_to', | ||
], | ||
], | ||
'link' => '🔗 Link: :link', | ||
'link' => 'Link: :link', | ||
], | ||
'deleted' => [ | ||
'title' => '🗑 <b>Branch Protection Rules Deleted</b> from 🦑:repo', | ||
'title' => '<b>Branch Protection Rules Deleted</b> from :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,12 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
'key_title' => 'Deploy Key', | ||
'created' => [ | ||
'title' => '💬 <b>Added Deploy Key</b> ⚠️ from 🦑 :repo by :user', | ||
'title' => '<b>Added Deploy Key</b> ⚠️ from :repo by :user', | ||
'message' => 'Please go to the setting deploy key to manage.', | ||
], | ||
'deleted' => [ | ||
'title' => '🗑 <b>Deploy Key Deleted</b> 💬 from 🦑 :repo by :user', | ||
'title' => '<b>Deploy Key Deleted</b> 💬 from :repo by :user', | ||
'message' => 'Please go to the setting deploy key to manage.', | ||
], | ||
]; |
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,14 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
'issue_comment_title' => '📢', | ||
'issue_comment_title' => 'Issue Name', | ||
'created' => [ | ||
'title' => '💬 <b>New Issue Comment</b> ⚠️ to 🦑 :issue by :user', | ||
'title' => '<b>New Issue Comment</b> ⚠️ to :issue by :user', | ||
], | ||
'deleted' => [ | ||
'title' => '🗑 <b>Issue Comment Deleted</b> 💬 from 🦑 :issue by :user', | ||
'title' => '<b>Issue Comment Deleted</b> 💬 from :issue by :user', | ||
], | ||
'edited' => [ | ||
'title' => '📝 <b>Issue Comment Edited</b> 💬 in 🦑 :issue by :user', | ||
'title' => '<b>Issue Comment Edited</b> 💬 in :issue by :user', | ||
], | ||
'link' => 'Link to Comment', | ||
]; |
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,43 +1,43 @@ | ||
<?php | ||
|
||
return [ | ||
'issue_title' => '📢', | ||
'issue_title' => 'Name', | ||
'closed' => [ | ||
'title' => '🚫 <b>Issue Closed </b> to 🦑 :issue by :user', | ||
'title' => '<b>Issue Closed </b> to :issue by :user', | ||
], | ||
'deleted' => [ | ||
'title' => '🗑 <b>Issue Deleted</b> from 🦑 :issue by :user', | ||
'title' => '<b>Issue Deleted</b> from :issue by :user', | ||
], | ||
'edited' => [ | ||
'title' => '⚠️ <b>Issue has been edited</b> to 🦑 :issue by :user', | ||
'title' => '<b>Issue has been edited</b> to :issue by :user', | ||
'changes' => [ | ||
'title' => [ | ||
'name' => '📖 <b>Title</b> has been changed', | ||
'from' => '📝 <b>From:</b> :title_from', | ||
'to' => '🏷 <b>To:</b> :title_to', | ||
'name' => '<b>Title</b> has been changed', | ||
'from' => '<b>From:</b> :title_from', | ||
'to' => '<b>To:</b> :title_to', | ||
], | ||
'body' => [ | ||
'title' => '📖 <b>Body</b> has been changed', | ||
'title' => '<b>Body</b> has been changed', | ||
'message' => 'Please check the issue for more details', | ||
], | ||
], | ||
], | ||
'locked' => [ | ||
'title' => '🔒 <b>Issue Locked</b> from 🦑 :issue by :user', | ||
'title' => '<b>Issue Locked</b> from :issue by :user', | ||
], | ||
'opened' => [ | ||
'title' => '⚠️ <b>New Issue</b> to 🦑 :issue by :user', | ||
'title' => '<b>New Issue</b> to :issue by :user', | ||
], | ||
'pinned' => [ | ||
'title' => '📌 <b>Issue Pinned</b> from 🦑 :issue by :user', | ||
'title' => '<b>Issue Pinned</b> from :issue by :user', | ||
], | ||
'reopened' => [ | ||
'title' => '⚠️ <b>Issue has been reopened</b> ⚠️ to 🦑 :issue by :user', | ||
'title' => '<b>Issue has been reopened</b> ⚠️ to :issue by :user', | ||
], | ||
'unlocked' => [ | ||
'title' => '🔐 <b>Issue Unlocked</b> from 🦑 :issue by :user', | ||
'title' => '<b>Issue Unlocked</b> from :issue by :user', | ||
], | ||
'unpinned' => [ | ||
'title' => '🔔 <b>Issue Unpinned</b> from 🦑 :issue by :user', | ||
'title' => '<b>Issue Unpinned</b> from :issue 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,40 @@ | ||
<?php | ||
|
||
return [ | ||
'review' => '👥 Reviewers: ', | ||
'review' => 'Reviewers: ', | ||
'title' => 'Title', | ||
'name' => 'Name', | ||
'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', | ||
'name' => 'Label', | ||
'description' => 'Description', | ||
'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
Oops, something went wrong.