Add tea pulls --state mergeable
filter
#260
Labels
No Label
kind/breaking
kind/bug
kind/build
kind/dependency
kind/deployment
kind/docs
kind
enhancement
kind
feature
kind/proposal
kind
question
kind
refactor
kind/security
kind/testing
kind/translation
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/has-backport
status/has-pull
status/needs-backport
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
upstream/sdk
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/tea#260
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It would be really nice to have information about reviews which have been approved.
For example something like this:
which could show a list or simply a number with the option (makes it easier for automation tools) which would make it easier to automate things.
to list all existing reviews
If I understood correctly currently Gitea (1.13.0) does not yet provide information about reviews (yes) but not reviews approved in REST API?
related to #258
If it's about checking what PRs are mergable for automation, I suggest
Which would only list PRs that are
The latter would need two additional fetches (
client.GetBranchProtections()
,client.ListPullReviews()
)This condition seems so common though, that it might make sense for the gitea to return this flag in the API.. see https://github.com/go-gitea/gitea/issues/13879
Information about reviews which are approved for pull request on command lineto Add `tea pulls --state mergeable` filter