From bbb26ca3fc99fe38a6eff1519a5cdb1116b62f0c Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Mar 2024 02:39:57 -0400 Subject: [PATCH] Create welcome.yml --- .github/workflows/welcome.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/welcome.yml diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml new file mode 100644 index 00000000..b53aa90c --- /dev/null +++ b/.github/workflows/welcome.yml @@ -0,0 +1,25 @@ +name: Welcome +on: + pull_request: + types: [opened, closed] + issues: + types: [opened] +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: wow-actions/welcome@v1 + with: + 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! + + STAR_MESSAGE: If you like this project, please ⭐ our repo.