Skip to content

Commit 2ef16de

Browse files
authored
Update Blazor issue processing (dotnet#34429)
1 parent e9a7aa8 commit 2ef16de

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

β€Ž.github/workflows/blazor-hybrid-issue-processing.ymlβ€Ž

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,9 @@ jobs:
1717
issue_number: context.issue.number,
1818
owner: context.repo.owner,
1919
repo: context.repo.repo,
20-
body: `### πŸ‚πŸŽ **_Happy Holidays!_** ❄️⛄
20+
body: `### πŸ’ƒπŸ•ΊπŸ₯³ **_Happy New Year!_** πŸŽˆπŸŽ†πŸΎπŸ₯‚πŸŽ‰
2121
22-
This issue has been marked for triage on the Blazor Hybrid Docs GitHub project, and we'll respond as soon as we return from the holiday vacation after New Year's.
23-
24-
We only work on documentation on this repo. If you need product support, close this issue and seek assistance through one or more of the following support channels:
25-
26-
* [Stack Overflow (tagged: 'blazor')](https://stackoverflow.com/questions/tagged/blazor)
27-
* [General ASP.NET Core Slack Team](https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email)
28-
* [Blazor Gitter](https://gitter.im/aspnet/Blazor)
29-
30-
If you think that you found a potential bug in the framework or have product feedback, close this issue and open a new issue for the ASP.NET Core product unit at [dotnet/aspnetcore issues](https://github.com/dotnet/aspnetcore/issues). Bug reports require a clear explanation of the problem, usually including a minimal repro project placed on GitHub for the product unit engineers to download and run. If you determine with the product unit that it isn't a bug but merely requires documentation, please re-open this docs issue and place a cross-link to your engineering issue discussion.
31-
32-
For problems or feedback on Visual Studio, close this issue and use the [**Report a Problem**](https://docs.microsoft.com/visualstudio/ide/how-to-report-a-problem-with-visual-studio) or [**Suggest a Feature**](https://docs.microsoft.com/visualstudio/ide/suggest-a-feature) processes from within VS, which open internal issues for the VS product unit. For more information, see [Visual Studio Feedback](https://developercommunity.visualstudio.com/home).
33-
34-
For problems with Visual Studio Code, close this issue and ask for support on community support forums. For bug reports and product feedback, open an issue on the [microsoft/vscode GitHub repo](https://github.com/microsoft/vscode/issues).
35-
36-
πŸ’ƒπŸ•ΊπŸ₯³ **_Happy New Year!_** πŸŽˆπŸŽ†πŸΎπŸ₯‚πŸŽ‰ **_See you in 2025!_**`
22+
A green dinosaur πŸ¦– will be along shortly to assist. *Stand-by ........*`
3723
})
3824
await github.rest.issues.addLabels({
3925
issue_number: context.issue.number,

β€Ž.github/workflows/blazor-issue-processing.ymlβ€Ž

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,9 @@ jobs:
2222
issue_number: context.issue.number,
2323
owner: context.repo.owner,
2424
repo: context.repo.repo,
25-
body: `### πŸ‚πŸŽ **_Happy Holidays!_** ❄️⛄
25+
body: `### πŸ’ƒπŸ•ΊπŸ₯³ **_Happy New Year!_** πŸŽˆπŸŽ†πŸΎπŸ₯‚πŸŽ‰
2626
27-
This issue has been marked for triage on the Blazor Docs GitHub project, and I'll respond as soon as I return from the holiday vacation after New Year's.
28-
29-
We only work on documentation on this repo. If you need product support, close this issue and seek assistance through one or more of the following support channels:
30-
31-
* [Stack Overflow (tagged: 'blazor')](https://stackoverflow.com/questions/tagged/blazor)
32-
* [General ASP.NET Core Slack Team](https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email)
33-
* [Blazor Gitter](https://gitter.im/aspnet/Blazor)
34-
35-
If you think that you found a potential bug in the framework or have product feedback, close this issue and open a new issue for the ASP.NET Core product unit at [dotnet/aspnetcore issues](https://github.com/dotnet/aspnetcore/issues). Bug reports require a clear explanation of the problem, usually including a minimal repro project placed on GitHub for the product unit engineers to download and run. If you determine with the product unit that it isn't a bug but merely requires documentation, please re-open this docs issue and place a cross-link to your engineering issue discussion.
36-
37-
For problems or feedback on Visual Studio, close this issue and use the [**Report a Problem**](https://docs.microsoft.com/visualstudio/ide/how-to-report-a-problem-with-visual-studio) or [**Suggest a Feature**](https://docs.microsoft.com/visualstudio/ide/suggest-a-feature) processes from within VS, which open internal issues for the VS product unit. For more information, see [Visual Studio Feedback](https://developercommunity.visualstudio.com/home).
38-
39-
For problems with Visual Studio Code, close this issue and ask for support on community support forums. For bug reports and product feedback, open an issue on the [microsoft/vscode GitHub repo](https://github.com/microsoft/vscode/issues).
40-
41-
πŸ’ƒπŸ•ΊπŸ₯³ **_Happy New Year!_** πŸŽˆπŸŽ†πŸΎπŸ₯‚πŸŽ‰ **_See you in 2025!_**`
27+
*Stand-by!* ... A green dinosaur πŸ¦– will be along shortly to assist.`
4228
})
4329
await github.rest.issues.addLabels({
4430
issue_number: context.issue.number,

0 commit comments

Comments
Β (0)