Merge branch 'main' into remove-hardcoded-home

This commit is contained in:
Patrick Schratz 2024-10-04 18:41:08 +02:00 committed by GitHub
commit d394432652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
https://stackoverflow.com https://stackoverflow.com/*

View file

@ -239,6 +239,8 @@ func run(ctx context.Context, c *cli.Command, backends []types.Backend) error {
return err return err
} }
log.Debug().Any("labels", labels).Msgf("agent configured with labels")
filter := rpc.Filter{ filter := rpc.Filter{
Labels: labels, Labels: labels,
} }