This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 25f5a11 Fix PR labeler (#611)
25f5a11 is described below
commit 25f5a1161f855af7a88f4863c6caa99e8ed91767
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Jun 23 09:09:37 2021 -0400
Fix PR labeler (#611)
---
.github/workflows/dev_pr.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml
index 7644a33..94396c7 100644
--- a/.github/workflows/dev_pr.yml
+++ b/.github/workflows/dev_pr.yml
@@ -18,8 +18,11 @@
name: Labeler
on:
- push:
- pull_request:
+ pull_request_target:
+ types:
+ - opened
+ - edited
+ - synchronize
jobs:
process: