Skip to content

Added the pull request template and the issues template #4

Added the pull request template and the issues template

Added the pull request template and the issues template #4

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 raising this issue.'
pr-message: 'Thanks for raising this pull request. A maintainer will review the proposed changes as soon as possible.'