Skip to content

chore(deps, cpp): update g++-14, clang-18, clang-format-18, clang-tidy-18, clang-tools-18, clangd-18, libclang-rt-18-dev, lld-18, llvm-18 #1531

chore(deps, cpp): update g++-14, clang-18, clang-format-18, clang-tidy-18, clang-tools-18, clangd-18, libclang-rt-18-dev, lld-18, llvm-18

chore(deps, cpp): update g++-14, clang-18, clang-format-18, clang-tidy-18, clang-tools-18, clangd-18, libclang-rt-18-dev, lld-18, llvm-18 #1531

---
name: Social Interaction
on:
issues:
pull_request:
permissions:
contents: read
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thank you for adding your first issue. We will be looking into it as soon as possible."
pr-message: "Thanks for your first PR. We really appreciate it!"