[ja] translate "AI Agent Observability - Evolving Standards and Best Practices" blog post #5079
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Component owners | |
on: | |
pull_request_target: | |
jobs: | |
run_self: | |
runs-on: ubuntu-latest | |
name: Assign component owners | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
if: github.repository_owner == 'open-telemetry' | |
steps: | |
- uses: dyladan/[email protected] | |
with: | |
config-file: .github/component-owners.yml | |
repo-token: ${{ secrets.OPENTELEMETRYBOT_OPENTELEMETRY_IO_PAT }} | |
assign-owners: false |