Update README.md #21
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |