NMS-17003: Add tenant id on grpc exporter #8978
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: "Auto Assign Pull Request" | |
on: | |
pull_request_target: | |
# types: [review_requested, ready_for_review, opened, synchronize, reopened] | |
branches: | |
- develop | |
- 'foundation-**' | |
- 'release-**' | |
jobs: | |
assign_reviewer: | |
if: github.event.pull_request.draft == false | |
runs-on: ubuntu-latest | |
steps: | |
- uses: shufo/[email protected] | |
with: | |
config: ".github/assign-by-files.yml" | |
token: ${{ secrets.GITHUB_TOKEN }} |