Reviewer, assignee, milestone, and project parity inputs #3

Closed
opened 2026-06-16 17:54:53 +00:00 by stephen · 0 comments
Owner

Why

The v1 action supports labels only. Common automation workflows need reviewers, assignees, milestones, or project linkage when opening/updating PRs.

Verified

  • action.yml has labels but no reviewers, assignees, milestones, or projects inputs.
  • No existing create-pull-request-action issues are filed.
  • Forgejo API supports enough of this surface to add incrementally.

Build

  • Add inputs and API calls where Forgejo supports them.
  • Make unsupported host versions warn clearly rather than fail unpredictably.
  • Add mock Forgejo tests for each supported field.
## Why The v1 action supports labels only. Common automation workflows need reviewers, assignees, milestones, or project linkage when opening/updating PRs. ## Verified - `action.yml` has labels but no reviewers, assignees, milestones, or projects inputs. - No existing create-pull-request-action issues are filed. - Forgejo API supports enough of this surface to add incrementally. ## Build - Add inputs and API calls where Forgejo supports them. - Make unsupported host versions warn clearly rather than fail unpredictably. - Add mock Forgejo tests for each supported field.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rasterstate/create-pull-request-action#3
No description provided.