Skip to content

Move env and version from meta to span properties #1378

Move env and version from meta to span properties

Move env and version from meta to span properties #1378

Workflow file for this run

name: Label PRs
on:
- pull_request
jobs:
add-labels:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.101'
- name: "Add labels"
run: ./github-actions-helpers/build.sh AssignLabelsToPullRequest
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PullRequestNumber: "${{ github.event.pull_request.number }}"