Skip to content

build(deps-dev): bump @types/node from 22.2.0 to 22.7.4 #151

build(deps-dev): bump @types/node from 22.2.0 to 22.7.4

build(deps-dev): bump @types/node from 22.2.0 to 22.7.4 #151

Workflow file for this run

# SPDX-FileCopyrightText: 2024 KindSpells Labs S.L.
#
# SPDX-License-Identifier: MIT
name: "Greetings"
on:
- "pull_request"
- "issues"
jobs:
greeting:
runs-on: "ubuntu-latest"
steps:
- name: "Greeting" # v1.2.0
uses: "actions/first-interaction@1dbfe1ba5525b8257e1f259b09745bee346d62d8"
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
issue-message: "🥳 Thank you for opening your first issue for Coder-Spirit/nominal ! 😀"
pr-message: "🥳 Thank you for your first PR on Coder-Spirit/nominal ! 😀"