Protobuf definitions for the OpenTelemetry protocol (OTLP)
(grpc依赖)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
name: 'Auto Assign' |
|
on: |
|
pull_request_target: |
|
types: [opened, ready_for_review] |
|
|
|
jobs: |
|
add-owner: |
|
runs-on: ubuntu-latest |
|
steps: |
|
- name: run |
|
uses: kentaro-m/auto-assign-action@v1.1.2 |
|
with: |
|
configuration-path: ".github/auto_assign.yml" |
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
|
|