Skip to content

Update README.md

Update README.md #21

name: First Interaction
on:
pull_request:
types: [opened]
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- name: Welcome Message
uses: actions/first-interaction@v1
with:
pr-message: |
🎉 Welcome to our project, @{{ github.actor }}! Thank you for contributing!
We’re glad to have you here. If you have any questions, feel free to ask!
repo-token: ${{ secrets.GITHUB_TOKEN }}