Daniel Gibbs
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/labeler.yml
|
@ -1,9 +1,9 @@ |
|
|
name: "Set Issue Label and Assignee" |
|
|
name: "Set Issue Label and Assignee" |
|
|
on: |
|
|
on: |
|
|
issues: |
|
|
issues: |
|
|
types: [opened] |
|
|
types: [opened, edited] |
|
|
pull_request: |
|
|
pull_request: |
|
|
typed: [opened] |
|
|
types: [opened, edited] |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
test: |
|
|
test: |
|
|