Kyle Bendickson created SPARK-33370: ---------------------------------------
Summary: Update PR labeler to add back in the negated file matches Key: SPARK-33370 URL: https://issues.apache.org/jira/browse/SPARK-33370 Project: Spark Issue Type: Task Components: Project Infra Affects Versions: 3.0.1 Reporter: Kyle Bendickson 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 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org