Skip to content

Support http headers #61

Support http headers

Support http headers #61

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 reporting this issue. We will get back to you in a while'
pr-message: 'Great Job for your first PR in this repository'