Skip to content

Commit 70f4d44

Browse files
authored
Patch automated issue greeting (#36687)
1 parent f91085e commit 70f4d44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blazor-hybrid-issue-processing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
issue_number: context.issue.number,
1818
owner: context.repo.owner,
1919
repo: context.repo.repo,
20-
body: `### 🥳 ***Happy Holidays!*** 🍽️
20+
body: `### 👋 ***Thanks for your issue!*** 😊
2121
2222
*Stand-by!* A green dinosaur 🦖 will be along shortly to assist.`
2323
})

.github/workflows/blazor-issue-processing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
issue_number: context.issue.number,
2424
owner: context.repo.owner,
2525
repo: context.repo.repo,
26-
body: `### 🥳 ***Happy Holidays!*** 🍽️
26+
body: `### 👋 ***Thanks for your issue!*** 😊
2727
2828
*Stand-by!* A green dinosaur 🦖 will be along shortly to assist.`
2929
})

0 commit comments

Comments
 (0)