Skip to content

[receiver/sshcheck] Enable re-aggregation feature #66290

[receiver/sshcheck] Enable re-aggregation feature

[receiver/sshcheck] Enable re-aggregation feature #66290

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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 }}