support requires repostory flag

This commit is contained in:
2025-09-17 14:48:57 +03:00
parent 80ed47b4ed
commit 49e558e4e6
2 changed files with 9 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ class ArchiveTrigger(Trigger):
tree(ArchiveTree): archive tree wrapper
"""
REQUIRES_REPOSITORY = True
def __init__(self, repository_id: RepositoryId, configuration: Configuration) -> None:
"""
Args: