A GitHub Action to send a private message to the specified user generally a repository owner or mantainer to notify when a code is pushed in the master branch
- Edit the
.zuliprc
file by adding your API KEY, EMAIL ADDRESS and ZULIP WORKSPACE URI. - Message to be triggered can be edited in
main.py
file. - Messages can be sent to multiple users by appending email address in the list in
main.py
file.
This action can keep the channel or stream up to date with the master branch and users(contributors) can know the status of their master branch.