Skip to content

Add a post-merge workflow to ask contributors for filling out a survey #2951

Add a post-merge workflow to ask contributors for filling out a survey

Add a post-merge workflow to ask contributors for filling out a survey #2951

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
steps:
- uses: dyladan/[email protected]
with:
config-file: .github/component-owners.yml
repo-token: ${{ secrets.OPENTELEMETRYBOT_OPENTELEMETRY_IO_PAT }}
assign-owners: false