UNPKG
wgutils
Version:
beta (1.2.0-beta.0)
latest (1.3.0)
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0-beta.0
1.1.0
1.0.0
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Tools for managing working groups
github.com/graphql/wgutils
graphql/wgutils
wgutils
/
dist
/
canAutomerge
/
index.d.ts
3 lines
(2 loc)
•
139 B
TypeScript
View Raw
1
2
3
import
{
Config
}
from
"../interfaces.js"
;
export
declare
function
checkPr
(
config
:
Config
,
prNumber
:
number
,
hash
:
string
):
Promise
<
void
>;