Skip to content

Commit

Permalink
Create Greet New Members.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepesh611 authored Jul 4, 2024
1 parent 2c89f7f commit 62bfc9f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/Greet New Members.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Greet New Organization Members

on:
organization:
member_added:
types: [member]

jobs:
greet_member:
runs-on: ubuntu-latest
steps:
- name: Greet New Member
id: greet
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "🎉 Hello, @$GITHUB_ACTOR! Welcome to ROFIES-IIITP GitHub organization!"
echo ""
echo "🤖 We're thrilled to have you on board."
echo ""
echo "🚀 Feel free to explore our projects and contribute your ideas."
echo ""
echo "🌟 If you have any questions or need assistance, don't hesitate to reach out!"

0 comments on commit 62bfc9f

Please sign in to comment.