Skip to content

chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/governance.links-checker.yml) (main) - autoclosed #743

chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/governance.links-checker.yml) (main) - autoclosed

chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/governance.links-checker.yml) (main) - autoclosed #743

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