Skip to content

Commit 6a4fa28

Browse files
committed
test
1 parent 2b244ca commit 6a4fa28

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
File renamed without changes.

.github/workflows/thankyou.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Greetings
2+
3+
on: [pull_request_target, issues]
4+
5+
jobs:
6+
greeting:
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: "Thanks for telling me. if you reported a wormhole, it won't take long for me to fight it!
16+
> I am a bot, and this action was performed automatically.
17+
"
18+
pr-message: "PR protocol initiated. PR was said."

0 commit comments

Comments
 (0)