Refactor and Enhance the 'anime' Command #51
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
name: Welcome first time contributors | |
on: | |
pull_request_target: | |
types: | |
- opened | |
issues: | |
types: | |
- opened | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
Hello there ${{ github.actor }} 👋 | |
Welcome to KarmaBot!! 💖🥳 | |
Thank you and congratulations 🎉 for opening your very first issue in this project. KarmaBot fosters an open and welcoming environment for all our contributors.🌸 Please adhere to our [Code Of Conduct](https://github.com/DeltaCoderr/KarmaBot/blob/main/CODE_OF_CONDUCT.md). | |
Incase you want to claim this issue, please comment down below! We will try to get back to you as soon as we can.👀 | |
Feel free to visit [karma.deltaa.me](https://karma.deltaa.me/). 👩💻 If you have any interesting ideas , simply open an issue and we would love to hear you and engage in discussions.💖 | |
pr-message: | | |
Hello there ${{ github.actor }} 👋 | |
Thank you and congrats 🎉 for opening your first PR on this project.✨ | |
We will review it soon! | |
KarmaBot fosters an open and welcoming environment for all our contributors.🌸 Please adhere to our [Code Of Conduct](https://github.com/DeltaCoderr/KarmaBot/blob/main/CODE_OF_CONDUCT.md). | |