2020-05-17 10:49:51 +03:00

15 lines
538 B
YAML

name: Auto message
on: [pull_request, issues]
jobs:
build:
name: Hello new contributor
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hey, thank you for opening your first Issue ! 🙂"
pr-message: |
Hey, thank you for opening your first Pull Request !
If you would like to contribute we have a [guide for contributors](https://golangci-lint.run/contributing/quick-start/).