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

Greetings

Greetings #303

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for submiting the issue, i will check it ASAP'
pr-message: 'Thanks for contributing to my repo, i will review your PR commits'