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

Zhao Song zsong at openjdk.org
Thu Aug 28 21:49:45 UTC 2025


On Thu, 28 Aug 2025 21:28:09 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Zhao Song has updated the pull request incrementally with six additional commits since the last revision:
>> 
>>  - update
>>  - update
>>  - update
>>  - update
>>  - update
>>  - review comment
>
> 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.

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

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


More information about the skara-dev mailing list