Skip to content

Commit bf6851c

Browse files
authored
Update issue processing (#35654)
1 parent 29510a9 commit bf6851c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: `### 🌱🐇 **_Spring is here!!_** 🐣🌻
20+
body: `### 🏖️🌞 **_Summertime!! Woot!!_** 🏐⛵
2121
2222
A green dinosaur 🦖 will be along shortly to assist. *Stand-by ........*`
2323
})

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
issue_number: context.issue.number,
2323
owner: context.repo.owner,
2424
repo: context.repo.repo,
25-
body: `### 🌱🐇 **_Spring is here!!_** 🐣🌻
25+
body: `### 🏖️🌞 **_Summertime!! Woot!!_** 🏐⛵
2626
2727
*Stand-by!* ... A green dinosaur 🦖 will be along shortly to assist.`
2828
})

0 commit comments

Comments
 (0)