Motivation for Building building this Github Action :
If you are Open Source Maintainer or Contributor or a developer working with team which has huge number of members then you have definitely used Slack at one point. And as a developer we even used Github.
Since I m Open Source Contributor and Maintainer many a times I have to find issues and take help regarding those from community members to solve that issue or direct the beginner contributor to proper issue . And mostly I have communicate and collaborate with other maintainer and contributors on Slack so I thought building this action which will surely save time of Maintainers and contributors .
Features:
Greet - When contributor of the project creates pull request a "Thank you" greet is send .
Issue Notification - When someone creates new issue few context like issue title, issue creator/contributor username and link to the github issue is shared on Slack channel.
Issue Notification - When someone creates pull request few context like issue title, pull request creator/contributor username and link to the github issue is shared on Slack channel.
What will this github action do? If I use it in my github project!!
If you are maintainer of project this github action will surely save your time . And let help newbie contributors effectively and discuss them about the following issue on slack. You can direct new contributors to the good first issue and direct them properly.
After clicking on 'create an app' you will be asked whether you want to start from scratch or from app manifest we will go for 'from scratch option'
Then one popup will arise asking for app name and to use it in which slack workspace.
Now search for Review scopes something like this option. Click on that button.
And add 2 scopes. Shown in the figure below.
You will see OAuth and Permissions option in the left side bar. Go to that option and scroll little down and click on 'install to workspace' to the workspace(workspace which we selected at the start)
Allow the App to join the workspace.
After this above step you will see your slack app token copy it and store it in repository secrets similar to tenor token.
Lastly invite your app into the slack channel you want.
How to setup this action + workflow on our repository:
After the configuring the token stuff you are just few steps away.
Create .github/workflows/my_action.yml directory.
After that paste this yml code into my_action.yml file.
Note: Wherever I have written channel_id in args of the notifyissue and notifyPR jobs in my_action.yml file put the id of the channel where you have install your slack app. You will get the channel id in the link of slack workspace https://app.slack.com/client/[workspace ID]/[channel ID]
Congrats You have Successfully added the Github Workflow๐๐.
Now you can create new pull request and issue and see the Magic happening โจ!!!