Files
PythonRobotics/.github/workflows/greetings.yml
2019-11-17 10:25:24 +09:00

14 lines
418 B
YAML

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' This is first issue for you on this project'
pr-message: 'Message that will be displayed on users'' This is first pr for you on this project'