GitHub actions (#544)

* Create label.yml

* Create labeler.yml

* Create greetings.yml
This commit is contained in:
James Harris
2019-11-20 02:32:09 +00:00
committed by GitHub
parent b0a153992a
commit 10bb1a6b95
3 changed files with 38 additions and 0 deletions

12
.github/workflows/greetings.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
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'