gate
line
Documentation home
How It Works
Onboarding
Reference
API reference
Preparing search index...
The search index is not available
gateline — API reference
gateline — API reference
core/src
PrProvider
Interface PrProvider
interface
PrProvider
{
approval
(
branch
:
string
)
:
Promise
<
null
|
PrApproval
>
;
}
Implemented by
GhCliProvider
RestPrProvider
Index
Methods
approval
Methods
approval
approval
(
branch
:
string
)
:
Promise
<
null
|
PrApproval
>
Latest APPROVED review of the PR whose head is
branch
, or null.
Parameters
branch
:
string
Returns
Promise
<
null
|
PrApproval
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
approval
gateline — API reference
Loading...
Latest APPROVED review of the PR whose head is
branch, or null.