Skip to content

chore(deps): bump renovatebot/github-action from 39.1.0 to 39.1.1 #634

chore(deps): bump renovatebot/github-action from 39.1.0 to 39.1.1

chore(deps): bump renovatebot/github-action from 39.1.0 to 39.1.1 #634

# @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.2.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:'