Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Greet new contributors #58

Merged
merged 4 commits into from
Oct 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Welcome
on:
pull_request:
types: [opened]
issues:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
👋 @{{ author }}
Thanks for opening your first issue here! If you are reporting a bug, please make sure to include steps on how to reproduce it! :D

pr-message: |
👋 @{{ author }}
Thanks for opening this pull request! We will review it as soon as we can :3
Please check out our contributing guidelines in the meantime.

# FIRST_PR_MERGED: |
# 🎉 @{{ author }}
# Congrats on getting your first pull request merged! We are proud of you :3 ❤️
Loading