Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Bump the general group across 1 directory with 3 updates #166

Bump the general group across 1 directory with 3 updates

Bump the general group across 1 directory with 3 updates #166

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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.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."