Added an a check that validates if an similar PR already exists.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 33s
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 33s
This commit is contained in:
@ -7,10 +7,13 @@ inputs:
|
||||
branch:
|
||||
description: Branch for which to create the PR
|
||||
required: true
|
||||
pr_title:
|
||||
base_branch:
|
||||
description: Branch in which should be mergbed. Defaults to main.
|
||||
required: false
|
||||
title:
|
||||
description: Title of the pull request
|
||||
required: true
|
||||
pr_body:
|
||||
body:
|
||||
description: Body of the pull request
|
||||
required: true
|
||||
assignees:
|
||||
|
Reference in New Issue
Block a user