Skip to content

Comments

Add acting_capacity field to ReviewRequest#5700

Merged
suhaibmujahid merged 1 commit intomozilla:masterfrom
suhaibmujahid:acting_capacity
Feb 19, 2026
Merged

Add acting_capacity field to ReviewRequest#5700
suhaibmujahid merged 1 commit intomozilla:masterfrom
suhaibmujahid:acting_capacity

Conversation

@suhaibmujahid
Copy link
Member

Follow up on #5684

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an optional acting_capacity attribute to ReviewRequest so the Review Helper API can record the role (e.g., author/reviewer/participant) associated with a review request.

Changes:

  • Extend the ReviewRequestCreate schema with an optional acting_capacity.
  • Add acting_capacity to the ReviewRequest SQLAlchemy model.
  • Add an Alembic migration to add the acting_capacity column to the review_requests table.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
services/reviewhelper-api/app/schemas/review_request.py Accepts acting_capacity on create requests.
services/reviewhelper-api/app/database/models.py Persists acting_capacity on the ReviewRequest ORM model.
services/reviewhelper-api/alembic/versions/53f024d8e601_add_acting_capacity_field_to_.py Adds nullable acting_capacity column via migration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@suhaibmujahid suhaibmujahid merged commit 9d6fc1d into mozilla:master Feb 19, 2026
0 of 6 checks passed
@suhaibmujahid suhaibmujahid deleted the acting_capacity branch February 19, 2026 20:43
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