Adding SDLC workflows

This commit is contained in:
Chris Patterson
2019-08-06 17:41:07 -07:00
parent 97692eea90
commit 440af2e3c4
5 changed files with 38 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name: Greetings
on: [pull_request, issue]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'