Skip to content

docs: fixed feature-request.md #6

docs: fixed feature-request.md

docs: fixed feature-request.md #6

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 so much for creating your first issue :)'
pr-message: 'Thanks so much for creating your first PR :)'