- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for contributorsFromPullRequests (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateContributorsInReleaseNotes.kt
val contributorsFromPullRequests = getContributorsFromPullRequests().associateBy { it.login } val unrecognizedContributors = contributorsFromPullRequests.keys - contributorsInReleaseNotes.keys if (unrecognizedContributors.isNotEmpty()) { val contributorsToUpdate = contributorsInReleaseNotes + unrecognizedContributors.map { it to contributorsFromPullRequests[it]!! }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Sun Dec 15 07:49:41 GMT 2024 - 2K bytes - Click Count (0)