Skip to content

1.2.3 minor changes #188

1.2.3 minor changes

1.2.3 minor changes #188

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: "Hey! 👋 Good first issue! Thank you for the contribution! ✨"
pr-message: "Hey there! 👋 Great job on your first PR here! Thank you for the contribution! ✨"