Skip to content

Commit e74349c

Browse files
authored
Update greetings.yml with messages in Thai
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent 461fe88 commit e74349c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/greetings.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ jobs:
99
- uses: actions/first-interaction@v1
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
12-
pr-message: 'Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.'
12+
pr-message: |
13+
Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.
14+
15+
สวัสดี @${{ github.actor }} ขอบคุณที่ส่ง PR เข้ามา เราจะตอบกลับให้เร็วที่สุดเท่าที่จะทำได้
1316
issue-message: |
1417
Hello @${{ github.actor }}, thank you for your interest in our work!
1518
1619
If this is a bug report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
20+
21+
สวัสดี @${{ github.actor }} ขอบคุณที่สนใจงานของเรา
22+
23+
ถ้านี่เป็นรายงานข้อผิดพลาด กรุณาแนบภาพหน้าจอ ข้อความแสดงข้อผิดพลาด และ **โค้ดที่สั้นที่สุดเท่าที่จะทำให้เกิดปัญหา** เพื่อที่เราจะสามารถช่วยเหลือได้

0 commit comments

Comments
 (0)