From 2ef16de0c1e92704256b5288dcb71465bfe5a50a Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 2 Jan 2025 06:33:48 -0500 Subject: [PATCH] Update Blazor issue processing (#34429) --- .../blazor-hybrid-issue-processing.yml | 18 ++---------------- .github/workflows/blazor-issue-processing.yml | 18 ++---------------- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/.github/workflows/blazor-hybrid-issue-processing.yml b/.github/workflows/blazor-hybrid-issue-processing.yml index 3271e29d21..8323394b5c 100644 --- a/.github/workflows/blazor-hybrid-issue-processing.yml +++ b/.github/workflows/blazor-hybrid-issue-processing.yml @@ -17,23 +17,9 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: `### πŸ‚πŸŽ **_Happy Holidays!_** ❄️⛄ + body: `### πŸ’ƒπŸ•ΊπŸ₯³ **_Happy New Year!_** πŸŽˆπŸŽ†πŸΎπŸ₯‚πŸŽ‰ - 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. - - 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: - - * [Stack Overflow (tagged: 'blazor')](https://stackoverflow.com/questions/tagged/blazor) - * [General ASP.NET Core Slack Team](https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email) - * [Blazor Gitter](https://gitter.im/aspnet/Blazor) - - 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. - - 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). - - 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). - - πŸ’ƒπŸ•ΊπŸ₯³ **_Happy New Year!_** πŸŽˆπŸŽ†πŸΎπŸ₯‚πŸŽ‰ **_See you in 2025!_**` + A green dinosaur πŸ¦– will be along shortly to assist. *Stand-by ........*` }) await github.rest.issues.addLabels({ issue_number: context.issue.number, diff --git a/.github/workflows/blazor-issue-processing.yml b/.github/workflows/blazor-issue-processing.yml index 34d79b0670..11eaf2da99 100644 --- a/.github/workflows/blazor-issue-processing.yml +++ b/.github/workflows/blazor-issue-processing.yml @@ -22,23 +22,9 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: `### πŸ‚πŸŽ **_Happy Holidays!_** ❄️⛄ + body: `### πŸ’ƒπŸ•ΊπŸ₯³ **_Happy New Year!_** πŸŽˆπŸŽ†πŸΎπŸ₯‚πŸŽ‰ - 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. - - 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: - - * [Stack Overflow (tagged: 'blazor')](https://stackoverflow.com/questions/tagged/blazor) - * [General ASP.NET Core Slack Team](https://aspnetcore.slack.com/join/shared_invite/zt-1mv5487zb-EOZxJ1iqb0A0ajowEbxByQ#/shared-invite/email) - * [Blazor Gitter](https://gitter.im/aspnet/Blazor) - - 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. - - 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). - - 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). - - πŸ’ƒπŸ•ΊπŸ₯³ **_Happy New Year!_** πŸŽˆπŸŽ†πŸΎπŸ₯‚πŸŽ‰ **_See you in 2025!_**` + *Stand-by!* ... A green dinosaur πŸ¦– will be along shortly to assist.` }) await github.rest.issues.addLabels({ issue_number: context.issue.number,