Update issue labeler to handle more labels

This commit is contained in:
Matthew Griffith 2020-04-29 10:52:55 -04:00 committed by GitHub
parent 8bc10b81b5
commit 60f91ffcde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,12 @@ jobs:
keywords: '["#has-ellie"]'
labels: '["has-ellie"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Amwam/issue-comment-action@v1.3.1
with:
keywords: '["#no-ellie"]'
labels: '["no-ellie"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Amwam/issue-comment-action@v1.3.1
with:
keywords: '["#has-test"]'
@ -42,6 +48,11 @@ jobs:
keywords: '["#test-not-compiling"]'
labels: '["test-not-compiling"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Amwam/issue-comment-action@v1.3.1
with:
keywords: '["#test-failing"]'
labels: '["test-failing"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: Amwam/issue-comment-action@v1.3.1
with:
keywords: '["#unexpected"]'