mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-22 09:22:43 +03:00
Update issue labeler to handle more labels
This commit is contained in:
parent
8bc10b81b5
commit
60f91ffcde
11
.github/workflows/label-issues.yml
vendored
11
.github/workflows/label-issues.yml
vendored
@ -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"]'
|
||||
|
Loading…
Reference in New Issue
Block a user