Browse Source

Update labeler.yml

pull/3483/head
Daniel Gibbs 4 years ago
committed by GitHub
parent
commit
cd44a0e849
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/labeler.yml

4
.github/workflows/labeler.yml

@ -1,9 +1,9 @@
name: "Set Issue Label and Assignee"
on:
issues:
types: [opened]
types: [opened, edited]
pull_request:
typed: [opened]
types: [opened, edited]
jobs:
test:

Loading…
Cancel
Save