Skip to content

Add guest comment display option and bump to 2.9.0 #16

Add guest comment display option and bump to 2.9.0

Add guest comment display option and bump to 2.9.0 #16

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 your contribution to this project."
pr-message: "Thank you for your contribution to this project."