fixed-an-action (#20)
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 31s

Reworked the action to include an pass for the 409 error.

Reviewed-on: #20
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
2023-11-24 19:40:45 +01:00
committed by Philipp Horstenkamp
parent 1c9d3972a7
commit 0f97b36198
5 changed files with 18 additions and 14 deletions

View File

@@ -7,9 +7,6 @@ inputs:
branch:
description: Branch for which to create the PR
required: true
base_branch:
description: Branch in which should be mergbed. Defaults to main.
required: false
title:
description: Title of the pull request
required: true
@@ -17,6 +14,9 @@ inputs:
description: Body of the pull request
required: false
default: Some default body!
base_branch:
description: Branch in which should be mergbed. Defaults to main.
required: false
assignees:
description: Comma-separated list of assignees for the pull request
required: false