Skip to content

[Bug]: Backwards rendering of CHILD_OF vs. FOLLOWS_FROM #1920

[Bug]: Backwards rendering of CHILD_OF vs. FOLLOWS_FROM

[Bug]: Backwards rendering of CHILD_OF vs. FOLLOWS_FROM #1920

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- 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@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
with:
script: |
const script = require('/tmp/waiting-for-author.js')
await script({github, context, core})