Skip to content

chore(deps): update dependency vitest to ^0.34.2 #365

chore(deps): update dependency vitest to ^0.34.2

chore(deps): update dependency vitest to ^0.34.2 #365

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Greetings"
on: ["pull_request", "issues"] # yamllint disable-line rule:truthy
permissions:
contents: "read"
jobs:
greeting:
permissions:
issues: "write" # for actions/first-interaction to comment on first issue
pull-requests: "write" # for actions/first-interaction to comment on first PR
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604" # v2.5.0
with:
egress-policy: "audit"
- uses: "actions/first-interaction@1d8459ca65b335265f1285568221e229d45a995e" # v1.1.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
issue-message: "Awesome! Thank you for taking the time to create your first issue! Please review the [guidelines](https://narrowspark.com/docs/current/contributing)"
pr-message: "Great! Thank you for taking the time to create your first pull request! Please review the [guidelines](https://narrowspark.com/docs/current/contributing)"