Skip to content

Commit 4955484

Browse files
authored
Merge branch 'main' into fix/values-sanitizer
2 parents 246db65 + afc0d55 commit 4955484

File tree

565 files changed

+50479
-5992
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

565 files changed

+50479
-5992
lines changed

.github/component_owners.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ components:
1111
- oxeye-nikolay
1212
- nikosokolik
1313

14+
instrumentation/opentelemetry-instrumentation-asyncclick:
15+
- jomcgi
16+
1417
instrumentation/opentelemetry-instrumentation-kafka-python:
1518
- nozik
1619

@@ -61,6 +64,9 @@ components:
6164
instrumentation/opentelemetry-instrumentation-psycopg:
6265
- federicobond
6366

67+
instrumentation/opentelemetry-instrumentation-pymssql:
68+
- guillaumep
69+
6470
instrumentation/opentelemetry-instrumentation-aiokafka:
6571
- dimastbk
6672

.github/workflows/component-owners.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
run_self:
1111
runs-on: ubuntu-latest
1212
name: Auto Assign Owners
13+
permissions:
14+
contents: read # to read changed files
15+
issues: write # to read/write issue assignees
16+
pull-requests: write # to read/write PR reviewers
1317
# Don't fail tests if this workflow fails. Some pending issues:
1418
# - https://github.com/dyladan/component-owners/issues/8
1519
continue-on-error: true

0 commit comments

Comments
 (0)