GPA calculator made responsive #39
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: 'Greetings' | |
on: | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
Hey @${{ github.actor }}, Welcome to the project CalcDiverse! 🎊 | |
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨ | |
pr-message: | | |
Hey @${{ github.actor }}, Welcome to the project CalcDiverse! 🎊 | |
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌 | |
Please wait for the PR to be reviewed. Happy Coding!! ✨ |