Skip to content

Commit d279f14

Browse files
authored
Merge branch 'main' into bump-aiohttp-31011
2 parents 7577a21 + b74633a commit d279f14

File tree

615 files changed

+52262
-8172
lines changed

Some content is hidden

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

615 files changed

+52262
-8172
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
Please describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main.
1919
value: |
2020
OS: (e.g, Ubuntu)
21-
Python version: (e.g., Python 3.8.10)
21+
Python version: (e.g., Python 3.9.10)
2222
Package version: (e.g., 0.46.0)
2323
2424
- type: textarea

.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)