Update README.md #153
Workflow file for this run
This file contains hidden or 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] | |
| permissions: | |
| contents: read | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Welcome Message | |
| uses: actions/first-interaction@v3 | |
| 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 }} |