ml-quantum-tensorflow-py/.github/workflows/greetings.yml
Dr. Mia von Steinkirch fc8afe3e26
Update greetings.yml
2020-03-26 16:08:44 -07:00

13 lines
341 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: 'Thank you for helping the quantum revolution!'
pr-message: 'Thank you for helping the quantum revolution!'