add maintainer-can-modify input
This commit is contained in:
parent
b793f780d4
commit
5294a5ed9d
6 changed files with 33 additions and 8 deletions
|
@ -33,6 +33,7 @@ export interface Inputs {
|
|||
teamReviewers: string[]
|
||||
milestone: number
|
||||
draft: boolean
|
||||
maintainerCanModify: boolean
|
||||
}
|
||||
|
||||
export async function createPullRequest(inputs: Inputs): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue