Skip to content

Adding opentelemetry-cpp to a CMAKE project not working? #1030

Adding opentelemetry-cpp to a CMAKE project not working?

Adding opentelemetry-cpp to a CMAKE project not working? #1030

name: Add comment
on:
issues:
types:
- labeled
permissions:
contents: read
jobs:
add-comment:
if: github.event.label.name == 'help wanted'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Add comment
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9
with:
issue-number: ${{ github.event.issue.number }}
body: |
This issue is available for anyone to work on. **Make sure to reference this issue in your pull request.**
:sparkles: Thank you for your contribution! :sparkles: