Bump @types/node from 20.7.1 to 20.8.6 #15
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 new contributors" | |
on: | |
issues: | |
types: opened | |
pull_request: | |
types: opened | |
permissions: | |
pull-requests: write | |
issues: write | |
jobs: | |
welcome-message: | |
name: Welcoming New Users | |
runs-on: ubuntu-latest | |
timeout-minutes: 10 | |
if: github.event.action == 'opened' | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: |- | |
Thank you for making your first Pull Request and taking the time to improve Institute Form Portal ! ❤️🎉 | |
Feel free to join the conversation at [WhatsApp](https://chat.whatsapp.com/H8imaV9z6jRCZaSrJXo92B) | |
issue-message: | | |
Thank you for opening your first issue, one of our team members will review it as soon as it possible. ❤️🎉 |