Skip to content

fix: Normalize uppercase trace ids to lowercase in URL #894

fix: Normalize uppercase trace ids to lowercase in URL

fix: Normalize uppercase trace ids to lowercase in URL #894

name: "Waiting for Author"
on:
pull_request_target:
types: [synchronize]
issue_comment:
types: [created]
permissions:
pull-requests: write
issues: write
jobs:
triage:
if: ${{ github.event.issue.pull_request || github.event.pull_request }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Download Waiting for Author script
run: |
curl -fsSL -o /tmp/waiting-for-author.js \
https://raw.githubusercontent.com/jaegertracing/jaeger/refs/heads/main/.github/scripts/waiting-for-author.js
- name: Manage Waiting for Author Label
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
with:
script: |
const script = require('/tmp/waiting-for-author.js')
await script({github, context, core})