nchammas commented on issue #28114: [SPARK-31330] Automatically label PRs based 
on the paths they touch
URL: https://github.com/apache/spark/pull/28114#issuecomment-610736606
 
 
   Labels are additive. That is, a single PR can be tagged with multiple 
labels. Here's an example from the Avro project, which is using the same bot we 
are proposing to add in this PR: https://github.com/apache/avro/pull/847
   
   And you can filter PRs by combinations of labels. For example:
   * `is:open is:pr label:SQL label:streaming` will search for PRs labeled both 
`SQL` and `streaming`.
   * `is:open is:pr label:SQL -label:streaming` will search for PRs labeled 
`SQL` but _not_ `streaming`.
   
   Does that address part of your concern?
   
   With regards to #24990, is there a pattern we could potentially add to the 
rule for the `streaming` label so that that PR would be labeled correctly?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to