Skip to content

[SVLS-5559] Inject trace context into AWS Step Functions input attribute #21247

[SVLS-5559] Inject trace context into AWS Step Functions input attribute

[SVLS-5559] Inject trace context into AWS Step Functions input attribute #21247

name: Label PRs
on:
- pull_request
jobs:
add-labels:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write # Update labels on PRs (might not be necessary, but we call the UpdateIssue API so...)
pull-requests: write # Update labels on PRs
steps:
- name: Checkout
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- uses: actions/setup-dotnet@71a4fd9b27383962fc5df13a9c871636b43199b4 # v1.10.0
with:
dotnet-version: '9.0.102'
- name: "Add labels"
run: ./tracer/build.sh AssignLabelsToPullRequest
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PullRequestNumber: "${{ github.event.pull_request.number }}"