You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/greetings.yml
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
name: 🌌 BeyteFlow Welcome
2
2
3
-
on: [pull_request_target, issues]
3
+
on:
4
+
issues:
5
+
types: [opened]
6
+
pull_request_target:
7
+
types: [opened]
4
8
5
9
jobs:
6
10
greeting:
@@ -12,5 +16,13 @@ jobs:
12
16
- uses: actions/first-interaction@v1
13
17
with:
14
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
-
issue-message: "⚡ **Connection Established!** Thank you for opening your first issue in the BeyteFlow ecosystem. Our core maintainers will intercept this stream shortly."
16
-
pr-message: "🚀 **Incoming Transmission!** Welcome to the flow. Your first Pull Request has been received. Our automated diagnostics are now scanning your bytes."
19
+
issue-message: |
20
+
⚡ **Connection Established!**
21
+
Thank you for opening your first issue in the **BeyteFlow ecosystem**.
22
+
Our core maintainers will intercept this stream shortly.
23
+
24
+
pr-message: |
25
+
🚀 **Incoming Transmission!**
26
+
Welcome to the flow.
27
+
Your first Pull Request has been received.
28
+
Our automated diagnostics are now scanning your bytes.
0 commit comments