Skip to content

Commit 385a5db

Browse files
authored
Create Highlight Maintatiners.js (#420)
Highlight maintainers is a tribute to the maintainers for their valuable time. !maintainers will give a link to the Hacktoberfest page to where the maintainers section is present so that everyone can take a look at the maintainers who have been spending their valuable time to review the pull requests.
1 parent dbb9c3f commit 385a5db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Parsers/Highlight Maintatiners.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
activation_example:!maintainers
3+
regex:!hackmaintainers|!hacktobermaintainers|!maintainershacktoberfest
4+
flags:gmi
5+
*/
6+
7+
(function(){
8+
9+
var strMessage = 'Navigate to `https://github.com/ServiceNowDevProgram/Hacktoberfest?tab=readme-ov-file#reviewers` to checkout the Hacktoberfest crew who are maintaining the hacktoberfest projects '
10+
var send_chat = new x_snc_slackerbot.Slacker().send_chat(current, strMessage, false);
11+
12+
})();

0 commit comments

Comments
 (0)