diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-10-20 13:42:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 13:42:13 +0200 |
commit | eb2fd6809a7e36081623e85af4d2f4cc8a8effc8 (patch) | |
tree | 504a2efb4de6168bd09a171b47d3de3625994d13 /.github | |
parent | d4651c852a266dd2d592b7d42e4d299e0cf8f890 (diff) |
fix: update labeler.yml (#3593)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 61bff78db1..e223d218a9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,5 +1,5 @@ name: "Pull Request Labeler" -on: [pull_request] +on: [pull_request_target] jobs: triage: |