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
+12
View File
@@ -0,0 +1,12 @@
name: Labeler
on: [pull-request]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"