mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
fix strategies (split gitea & forgejo)
This commit is contained in:
parent
f9d938ff87
commit
b2f45c7cff
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…
Add table
Reference in a new issue