Skip to content

docs(instrumentation): add telemetry descriptions for httpurlconnection, okhttp3 and okhttp3-websocket (Issue #742) #892

docs(instrumentation): add telemetry descriptions for httpurlconnection, okhttp3 and okhttp3-websocket (Issue #742)

docs(instrumentation): add telemetry descriptions for httpurlconnection, okhttp3 and okhttp3-websocket (Issue #742) #892

name: Issue management - remove labels as needed
on:
issue_comment:
types: [created]
permissions:
contents: read
jobs:
issue_comment:
permissions:
contents: read
issues: write
if: >
contains(github.event.issue.labels.*.name, 'needs author feedback') &&
github.event.comment.user.login == github.event.issue.user.login
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Remove labels
env:
ISSUE_NUMBER: ${{ github.event.issue.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh issue edit --remove-label "needs author feedback" $ISSUE_NUMBER
gh issue edit --remove-label "stale" $ISSUE_NUMBER