Bump @types/node from 20.4.2 to 20.4.4 #12
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_target: | |
types: [opened] | |
jobs: | |
welcome-new-contributor: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Greet the contributor' | |
uses: garg3133/welcome-new-contributors@v1.2 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hello there @contributor_name, thanks for opening your first issue. We welcome you to the community!' | |
pr-message: 'Hello there, thanks for opening your first Pull Request. Someone will review it soon.' |