Skip to content

Bug fix for determining if it is follow up question #6

Bug fix for determining if it is follow up question

Bug fix for determining if it is follow up question #6

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: "Thank you for reporting your first issue to our APP!"
pr-message: "Thank you for reporting your first pull request to our APP!"