updating copyright date automatically #374
Workflow file for this run
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 moja global!π | |
Thank you and congratulations π for opening your very first issue in this project. Moja global fosters an open and welcoming environment for all our contributors.πΈ Please adhere to our [Code Of Conduct](https://github.com/moja-global/About_moja_global/blob/master/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 join us on [moja global Slack](https://mojaglobal.slack.com/) by dropping an email [here](mailto:[email protected]).π©βπ» We would love to hear your interesting ideas 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! Till then you can checkout the `README.md` for more details on it. | |
Moja global fosters an open and welcoming environment for all our contributors.πΈ Please adhere to our [Code Of Conduct](https://github.com/moja-global/About_moja_global/blob/master/CODE_OF_CONDUCT.md). | |
Feel free to join us on [moja global Private Slack](https://mojaglobal.slack.com/) by dropping an email [here](mailto:[email protected]).π©βπ» |