fix strategies (split gitea & forgejo)
This commit is contained in:
parent
5f1a16d36c
commit
d65a43a89d
1 changed files with 6 additions and 3 deletions
|
@ -19,9 +19,12 @@ STRATEGIES = [
|
|||
"latest_gitlab_release",
|
||||
"latest_gitlab_tag",
|
||||
"latest_gitlab_commit",
|
||||
"latest_giteaforgejo_release",
|
||||
"latest_giteaforgejo_tag",
|
||||
"latest_giteaforgejo_commit"
|
||||
"latest_gitea_release",
|
||||
"latest_gitea_tag",
|
||||
"latest_gitea_commit",
|
||||
"latest_forgejo_release",
|
||||
"latest_forgejo_tag",
|
||||
"latest_forgejo_commit"
|
||||
]
|
||||
|
||||
if "--commit-and-create-PR" not in sys.argv:
|
||||
|
|
Loading…
Reference in a new issue