Skip to content

[receiver/sqlquery] Support static attributes, timestamp, and event name in log collection #69978

[receiver/sqlquery] Support static attributes, timestamp, and event name in log collection

[receiver/sqlquery] Support static attributes, timestamp, and event name in log collection #69978

Workflow file for this run

name: 'Add Labels'
on:
issue_comment:
types: [created]
permissions: read-all
jobs:
add-labels:
if: ${{ startsWith(github.event.comment.body, '/label') && github.repository_owner == 'open-telemetry' }}
permissions:
issues: write
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Run update permissions
run: chmod +x ./.github/workflows/scripts/add-labels.sh
- name: Run add-labels.sh
run: ./.github/workflows/scripts/add-labels.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE: ${{ github.event.issue.number }}
COMMENT: ${{ github.event.comment.body }}
SENDER: ${{ github.event.sender.login }}