Skip to content

Commit 73c72fb

Browse files
authored
Added welcome.yml
1 parent 38b7d36 commit 73c72fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/welcome.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Welcome to OmniMind
2+
3+
on: [pull_request_target, issues]
4+
5+
jobs:
6+
say-hello:
7+
runs-on: ubuntu-latest
8+
permissions:
9+
issues: write
10+
pull-requests: write
11+
steps:
12+
- uses: actions/first-interaction@v1
13+
with:
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
issue-message: |
16+
Hey there! Thanks for opening your first issue on OmniMind! We’re thrilled you’re here—our Python library makes MCP and AI easy and fun for everyone, and your ideas help us grow. What’s on your mind? Let’s make it happen together! Check out [usage.md](https://github.com/Techiral/OmniMind/blob/main/docs/usage.md) to get started, and join the fun in [discussions](https://github.com/Techiral/OmniMind/discussions). Oh, and a quick ⭐ star at [Techiral/OmniMind](https://github.com/Techiral/OmniMind) would help us climb GitHub’s ranks—let’s aim for repo of the day!
17+
pr-message: |
18+
Wow, your first pull request to OmniMind—awesome! We’re so excited you’re joining the Techiral family! This open-source Python library loves MCP and AI, and your help makes it even better. It’s super easy to jump in, and your code could get us trending fast. Want to chat about it? Head to [discussions](https://github.com/Techiral/OmniMind/discussions). A quick ⭐ star at [Techiral/OmniMind](https://github.com/Techiral/OmniMind) would be amazing—let’s make it repo of the day together!

0 commit comments

Comments
 (0)