Change background colour in light mode and add about us button #35
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
permissions: write-all | |
name: Greetings | |
on: | |
fork: | |
push: | |
branches: [main] | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: EddieHubCommunity/gh-action-community/src/welcome@main | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Hello ${{ github.actor }}! \n Thank you for raising this issue! π Your contribution is valuable to us! π \n\nPlease make sure to follow our [Contributing Guidelines. πͺπ»](https://github.com/adityakmrmishra/Geet/blob/main/CONTRIBUTING.md) \n\nOur maintainers will carefully assess the issue and reach out to you soon! π \n We appreciate your patience! " | |
pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to Geet! π\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! π\nWe appreciate your patience and contribution, Keep up the great work! π" |