Skip to content

fix(deps): update patch updates (patch) #6272

fix(deps): update patch updates (patch)

fix(deps): update patch updates (patch) #6272

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@63c24ba6bd7ba022e95695ff85de572c04a18142" # v2.7.0
with:
egress-policy: "audit"
- uses: "actions/first-interaction@1dbfe1ba5525b8257e1f259b09745bee346d62d8" # v1.2.0
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)"