Skip to content
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
18 changes: 15 additions & 3 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: 🌌 BeyteFlow Welcome

on: [pull_request_target, issues]
on:
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
greeting:
Expand All @@ -12,5 +16,13 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "⚡ **Connection Established!** Thank you for opening your first issue in the BeyteFlow ecosystem. Our core maintainers will intercept this stream shortly."
pr-message: "🚀 **Incoming Transmission!** Welcome to the flow. Your first Pull Request has been received. Our automated diagnostics are now scanning your bytes."
issue-message: |
⚡ **Connection Established!**
Thank you for opening your first issue in the **BeyteFlow ecosystem**.
Our core maintainers will intercept this stream shortly.

pr-message: |
🚀 **Incoming Transmission!**
Welcome to the flow.
Your first Pull Request has been received.
Our automated diagnostics are now scanning your bytes.