RFR: 2065: Update PR labels when new files are touched [v2]

Zhao Song zsong at openjdk.org
Thu Aug 28 21:58:27 UTC 2025


On Thu, 28 Aug 2025 21:47:40 GMT, Zhao Song <zsong at openjdk.org> wrote:

>> bots/pr/src/main/java/org/openjdk/skara/bots/pr/LabelerWorkItem.java line 152:
>> 
>>> 150:                 var seedPath = bot.seedStorage().orElse(scratchArea.getSeeds());
>>> 151:                 var hostedRepositoryPool = new HostedRepositoryPool(seedPath);
>>> 152:                 var localRepo = PullRequestUtils.materialize(hostedRepositoryPool, pr, path);
>> 
>> This is repeated further down, maybe worth breaking out into a method `materializeRepo`?
>
> Sure, will do.

I found there is already a method `IntegrateCommand#materializeLocalRepo`

-------------

PR Review Comment: https://git.openjdk.org/skara/pull/1735#discussion_r2308632331


More information about the skara-dev mailing list