Skip to content

build(deps): bump the general group across 1 directory with 5 updates #310

build(deps): bump the general group across 1 directory with 5 updates

build(deps): bump the general group across 1 directory with 5 updates #310

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
permissions:
contents: read
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/first-interaction@3c71ce730280171fd1cfb57c00c774f8998586f7 # v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for opening an Issue request, I'll check it out shortly."
pr-message: "Thanks for contributing to the project."