Skip to content

feat: run rules

feat: run rules #299

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 creating your first issue! We are thankful for your help'
pr-message: 'Thanks for submitting your first PR! We are thankful for your help'