Bogdan Drutu
Bogdan Drutu
Currently if the year is set to empty string `-y=""` the first header will have two consecutive empty spaces between `Copyright` and `Holder`. Now: `// Copyright[ ][ ]OpenTelemetry Authors` After:...
See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target which explains why this way the action has all the necessary permissions. Fixes https://github.com/kentaro-m/auto-assign-action/issues/29
Right now the Accumulator has a global map (InstrumentDescriptor + LabelSet) -> Record. This has an advantage of simpler code, but with this approach there is a chance of high...
Signed-off-by: Bogdan
Signed-off-by: Bogdan
This change makes implementations cleaner, since they can return `nil, err` in case of an error instead of a zero initialized Retrieved. This is a breaking change, but there are...
Main motivation is to ensure that Settings are passed (to enable obsreport usage which requires settings to be passed) as well as the context. Signed-off-by: Bogdan