Skip to content

feat: sync project board status with /assign and linked PRs - #330

Merged
lightningpixel merged 1 commit into
devfrom
feat/board-status-automation
Sep 5, 2026
Merged

feat: sync project board status with /assign and linked PRs#330
lightningpixel merged 1 commit into
devfrom
feat/board-status-automation

Conversation

@lightningpixel

Copy link
Copy Markdown
Owner

No description provided.

The /assign bot moved GitHub assignees but never touched the Project v2
board itself, so the "In progress" column stayed empty. Same for PRs:
opening one with `Closes #N` closed the issue on merge but never moved
the card to "Ready to review".

- assign-command.yml: on /assign, move the linked board item to
  "In progress"; on /unassign, move it back to "Backlog". Uses
  PROJECT_TOKEN since the default GITHUB_TOKEN has no Projects v2 scope.
- pr-board-sync.yml (new): on PR opened/edited/ready_for_review, parse
  closing keywords (Closes/Fixes/Resolves #N) from the description and
  move each linked issue's card to "Ready to review".

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YTLv6fJFA5MotMqWgStGrf
@lightningpixel
lightningpixel merged commit 36fc937 into dev Sep 5, 2026
1 check passed
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