[Instrumentation.Wcf] Add .NET6 as target framework #6856
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: 'Assign Reviewers' | |
on: | |
# pull_request_target is suggested for projects where pull requests will be | |
# made from forked repositories. If pull_request is used in these cases, | |
# the github token will not have sufficient permission to update the PR. | |
pull_request_target: | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
name: Assign Reviewers | |
steps: | |
- uses: dyladan/component-owners@main | |
with: | |
assign-owners: ${{ github.event.pull_request.draft == false }} |