Update idea-for-mini-project.md #98
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: Welcome | |
on: | |
pull_request: | |
types: [opened, closed] | |
issues: | |
types: [opened] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bubkoo/welcome-action@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
FIRST_ISSUE: > | |
👋 @{{ author }} | |
Thanks for opening your first issue here! Be sure to follow the issue template! | |
FIRST_PR: > | |
👋 @{{ author }} | |
Thanks for opening this pull request! Please check out our contributing guidelines. | |
FIRST_PR_MERGED: > | |
🎉 @{{ author }} | |
Congrats on merging your first pull request! We here at behaviorbot are proud of you! |