add maintainer-can-modify input

This commit is contained in:
Peter Evans 2024-08-16 15:44:34 +01:00
parent b793f780d4
commit 5294a5ed9d
6 changed files with 33 additions and 8 deletions

View file

@ -33,6 +33,7 @@ export interface Inputs {
teamReviewers: string[]
milestone: number
draft: boolean
maintainerCanModify: boolean
}
export async function createPullRequest(inputs: Inputs): Promise<void> {