Skip to content

Commit 73d335d

Browse files
added welcome workflow
1 parent 82c1d8f commit 73d335d

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.github/workflows/issue_reply.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/welcome.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
issues:
3+
types: [opened]
4+
pull_request_target:
5+
types: [opened]
6+
build:
7+
name: 👋 Welcome
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/[email protected]
11+
with:
12+
repo-token: ${{ secrets.GITHUB_TOKEN }}
13+
issue-message: "Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap."
14+
pr-message: "Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap."

0 commit comments

Comments
 (0)