Skip to content

Fit priority label descriptions to GitHub limit#77

Merged
Takhoffman merged 1 commit into
mainfrom
codex/fix-priority-label-descriptions
May 16, 2026
Merged

Fit priority label descriptions to GitHub limit#77
Takhoffman merged 1 commit into
mainfrom
codex/fix-priority-label-descriptions

Conversation

@Takhoffman
Copy link
Copy Markdown
Contributor

Summary

  • Shorten the ClawSweeper P0-P3 GitHub label descriptions so each is at or below GitHub's 100-character limit.
  • Add a focused unit test that enforces the GitHub label description limit for the priority label scheme.
  • Keeps triagePriority-driven P0-P3 label syncing behavior unchanged.

Root cause

GitHub label descriptions are limited to 100 characters. The newly added priority label descriptions exceeded that limit, so apply-decisions failed while creating labels, as seen in the ClawSweeper run for openclaw/openclaw#82625.

Validation

  • pnpm run format
  • pnpm run build
  • node --test test/clawsweeper.test.ts
  • git diff --check
  • pnpm run check

@Takhoffman Takhoffman marked this pull request as ready for review May 16, 2026 15:46
@Takhoffman Takhoffman changed the title [codex] Fit priority label descriptions to GitHub limit Fit priority label descriptions to GitHub limit May 16, 2026
@Takhoffman Takhoffman merged commit a9b7e22 into main May 16, 2026
9 checks passed
@Takhoffman Takhoffman deleted the codex/fix-priority-label-descriptions branch May 16, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant