Skip to content

Commit 96acaa5

Browse files
committed
chore: fix lingering comment referring to ready-to-merge
Updates a JSDoc comment in constants.js that still referenced the old label name without the status: prefix. Signed-off-by: darshit2308 <darshit2308@gmail.com>
1 parent 0582679 commit 96acaa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/review-sync/helpers/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const RATE_LIMIT_FLOOR = 200;
1414
* The four mutually exclusive queue labels managed by this bot.
1515
*
1616
* Flow:
17-
* queue:junior-committer → queue:committers → queue:maintainers → ready-to-merge
17+
* queue:junior-committer → queue:committers → queue:maintainers → status: ready-to-merge
1818
*/
1919
const QUEUE_LABELS = {
2020
JUNIOR: {

0 commit comments

Comments
 (0)