mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 13:43:03 +08:00
Add component owner action (#655)
This commit is contained in:
4
.github/component_owners.yml
vendored
Normal file
4
.github/component_owners.yml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
components:
|
||||
|
||||
sdk-extension/opentelemetry-sdk-extension-aws:
|
||||
- NathanielRN
|
16
.github/workflows/component-owners.yml
vendored
Normal file
16
.github/workflows/component-owners.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# This action assigns and requires approval from owners of components for
|
||||
# PRs that are open against those components. Components are defined as
|
||||
# individual paths within this repository.
|
||||
name: 'Component Owners'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
run_self:
|
||||
runs-on: ubuntu-latest
|
||||
name: Auto Assign Owners
|
||||
steps:
|
||||
- uses: dyladan/component-owners@main
|
Reference in New Issue
Block a user