Apollo-11/.github/workflows/greetings.yml
James Harris 10bb1a6b95
GitHub actions (#544)
* Create label.yml

* Create labeler.yml

* Create greetings.yml
2019-11-20 02:32:09 +00:00

13 lines
268 B
YAML

name: Greetings
on: [pull_request]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Thank you for contributing to Apollo 11!'' first pr'