Compare commits

...

1 Commits

Author SHA1 Message Date
michael vincerra c443b3faef Create greetings.yml
Create a greetings message to show users who submit their first Issue or first PR to the repo.
2019-11-16 16:11:42 -08:00
+13
View File
@@ -0,0 +1,13 @@
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: 'Welcome to Clear Linux OS Docs. Thanks for submitting your first issue. :thumbsup:'
pr-message: 'Welcome to Clear Linux OS Docs. Thanks for submitting your first PR. :thumbsup:'