Add action for responding to Needs Logs label (#13707)

This commit is contained in:
Charles Gagnon
2020-12-07 14:16:04 -08:00
committed by GitHub
parent e59de59e61
commit 151a18e3ee
2 changed files with 17 additions and 0 deletions

15
.github/workflows/on-label.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: On Issue Open
on:
issues:
types: [labeled]
jobs:
processLabelAction:
name: Process Label Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Process Label Action
uses: hramos/label-actions@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}