chore(deps): bump renovatebot/github-action from 41.0.2 to 41.0.3 #787
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
# @todo: sync with other repositories | |
--- | |
name: 'welcome-new-contributors' | |
on: | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
workflow_dispatch: | |
jobs: | |
welcome-new-contributor: | |
runs-on: ubuntu-latest | |
steps: | |
# https://github.com/actions/first-interaction | |
- name: 'Greet the contributor' | |
uses: actions/first-interaction@v1.3.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: |- | |
'Thanks for opening this issue. A contributor should be by to give feedback soon. cc/ @${{ secrets.GITHUB_USER }}' | |
'Happy coding! :rocket:' | |
pr-message: |- | |
'Thanks for opening this pull request! A contributor should be by to give feedback soon. cc/ @${{ secrets.GITHUB_USER }}' | |
'Happy coding! :rocket:' |