feat(sync): add tag excludeRegex filter (#2906)

Fix #2902

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
Vladimir Ermakov
2025-01-26 19:29:02 +01:00
committed by GitHub
parent d0de12d2d3
commit 22864a95c8
5 changed files with 80 additions and 2 deletions
+3 -2
View File
@@ -43,6 +43,7 @@ type Content struct {
}
type Tags struct {
Regex *string
Semver *bool
Regex *string
ExcludeRegex *string
Semver *bool
}