stevedlawrence opened a new pull request, #1522: URL: https://github.com/apache/daffodil/pull/1522
Commit 6d60986a53 added a scala steward configuration to apply the "dependencies" label to PRs it created, but that didn't actually work as expected--it only adds the text "labels: depenencies" to the PR message without actually labeling anything. Turns out scala steward doesn't have the ability to add actual labels. To fix this, we now use the TimonVS/pr-labeler-action action (usage is approved by ASF) which allows assigning labels based on branch names. Scala steward uses an "update/" prefix for its branches so we specify that in the config. This also removes the .scala-steward.conf file--it doesn't provide any value since the only thing it was used for was labeling, which didn't work. DAFFODIL-2995 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
