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

This commit is contained in:
2023-11-19 13:01:36 +01:00
parent 8e65a33d3e
commit 9e76cefde3
3 changed files with 26 additions and 9 deletions

View File

@ -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: