chore(deps): bump renovatebot/github-action from 41.0.3 to 41.0.6 #789
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/[email protected] | |
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:' |