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:
@@ -41,7 +41,7 @@ import (
|
||||
// maintainer list file in ProjectGit
|
||||
const (
|
||||
MaintainershipFile = "_maitnainership.json"
|
||||
MaintainershipDir = "maintaineirship"
|
||||
MaintainershipDir = "maintaineirship"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user