-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[.github] - refactor: mention workflow author in slack (#8967)
* [.github] - refactor: simplify retrieval of commit author information in slack-notify action - Use the GitHub actor as the commit author name and email instead of extracting from the git log - Set the author email to a no-reply GitHub address associated with the GitHub actor * [.github/.mailmap] - refactor: streamline mailmap and GitHub action for Slack notifications - Modified the GitHub action to look up the author email using the improved mailmap - Simplified the mailmap file to map GitHub usernames directly to their dust email addresses * [.mailmap] - refactor: clean up trailing whitespace - Remove the unnecessary empty line at the end of the .mailmap file
- Loading branch information
1 parent
6de63dc
commit 8d411cd
Showing
2 changed files
with
22 additions
and
49 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