nealrichardson commented on a change in pull request #8380:
URL: https://github.com/apache/arrow/pull/8380#discussion_r501134986
##########
File path: .github/workflows/dev_labeler.yml
##########
@@ -16,8 +16,10 @@
# under the License.
name: PR labeler
-on:
-- pull_request_target
+on: pull_request_target
+ types: [opened, reopened]
Review comment:
Right, I considered that, but that seems like a relatively rare event,
not worth backing up the CI queue with lots of jobs to check labels that will
end up being no-op, and something you can fix by clicking close and reopen on
the PR. I'm open to being persuaded but this seemed like a good tradeoff.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]