Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.1
-
None
Description
When we replaced the probot autolabeler in this issue https://issues.apache.org/jira/browse/SPARK-33282, we were not able to port over values that were negated (minimatch globs that used ! operator). In order to properly do this, we need the upstream `actions/labeler` repo provided by github to support the `any` function to as discussed in their README.
When they support the `any` function, we need to update the PR labeler config in .github/labeler.yml to so that things are labeled the same as before.
Thie feature is available in their main branch (renamed from master), as discussed in an issue I linked in the original issue https://issues.apache.org/jira/browse/SPARK-33282, but I was unable to get it to work properly when I tried it out. Labels that were previously applying correctly stopped doing so when I switched to main.
I've opened an issue in the labeler repo asking if they'll consider cutting a release or what the timeline for that is. That can be found here: https://github.com/actions/labeler/issues/111