Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

V1.5.2

V1.5.2 #85

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for chippin' in, choom. We'll have this looked at right away."
pr-message: "OK! Big legend! Nice job, can't wait to see your work."