We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a644f08 commit c9602ccCopy full SHA for c9602cc
1 file changed
.github/scripts/shared/core/eligibility.js
@@ -160,13 +160,14 @@ function getNextLevelInfo(currentLevelKey) {
160
}
161
162
/**
163
- * Detects if the contributor just unlocked the next level.
+ * Detects whether the contributor appears to have just unlocked
164
+ * the next level based on current GitHub issue search results.
165
*
166
* Trigger condition:
- * completed count === requiredCount
167
+ * observed completed count === requiredCount
168
169
* Uses a capped query (requiredCount + 1) for efficiency.
- *
170
+ *
171
* @param {import('@actions/github').GitHub} github
172
* @param {object} homeRepo
173
* @param {string} username
0 commit comments