workflow-pr: don't recreate branches on every check

Check if branch exists and if it matches the PR already created.
If yes, then nothing needs to be updated.
This commit is contained in:
2025-01-16 16:36:53 +01:00
parent fbaeddfcd8
commit 245181ad28
4 changed files with 28 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ import (
// maintainer list file in ProjectGit
const (
MaintainershipFile = "_maitnainership.json"
MaintainershipDir = "maintaineirship"
MaintainershipDir = "maintaineirship"
)
const (