Skip to content

build(deps): bump gabrielfrasantos/embedded-devcontainer-cpp from bd4f1eb to 9393ef6 in /.devcontainer #21

build(deps): bump gabrielfrasantos/embedded-devcontainer-cpp from bd4f1eb to 9393ef6 in /.devcontainer

build(deps): bump gabrielfrasantos/embedded-devcontainer-cpp from bd4f1eb to 9393ef6 in /.devcontainer #21

---
name: Social Interaction
on:
pull_request:
types: [opened]
issues:
types: [opened]
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@2d4393e6bc0e2efb2e48fba7e06819c3bf61ffc9
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!"