Create greetings.yml

Create a greetings message to show users who submit their first Issue or first PR to the repo.
This commit is contained in:
michael vincerra
2019-11-16 16:11:42 -08:00
committed by GitHub
parent 2258c90604
commit c443b3faef
+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:'