Add README for tagging. Enable tagging by flag without configuration option

This commit is contained in:
2026-01-13 08:32:32 +01:00
parent 42809e3f75
commit a9366d14c6
2 changed files with 421 additions and 0 deletions

View File

@@ -302,6 +302,8 @@ func initSubsystems() error {
// Apply tags if requested
if flagApplyTags {
tagger.Init()
if err := tagger.RunTaggers(); err != nil {
return fmt.Errorf("running job taggers: %w", err)
}