Skip to content

Commit 340c93e

Browse files
authored
Add greetings workflow for issues and PRs
1 parent dc8b85a commit 340c93e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/greetings.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Greetings
2+
# https://github.com/marketplace/actions/first-interaction
3+
# https://github.com/Borda/kaggle_SandBox/blob/main/.github/workflows/greetings.yml
4+
5+
on: [issues, pull_request]
6+
7+
jobs:
8+
greeting:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/first-interaction@v3
12+
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}
14+
issue-message: "Hi! Thanks for your contribution on the show-file-tree Python package. Share this repo with all your friends — great first issue!"
15+
pr-message: "Hey, thanks for the input! Please give us a bit of time to review it! If you like the show-file-tree Python package, share this repo with your friends!"

0 commit comments

Comments
 (0)