[BUG]: Download build artifacts (1.220.0/2.198.0) is failing with error "System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.." #1517
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Assign RM to Project Board | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
jobs: | |
assign_one_project: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
name: Assign to RM Project | |
steps: | |
- name: "Assign issues with 'Area: RM' label to project board" | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/microsoft/projects/892 | |
github-token: ${{ secrets.RM_TOKEN }} #reach-out to [email protected] / [email protected] if any issues with the token. | |
labeled: Area:RM, Task:AzureAppService, Task:AzureCLI, Task:AzureCloudPowerShell, Task:AzureFileCopy, Task:AzureKeyVault, Task:AzureMonitor, Task:AzureMysqlDeployment, Task:AzurePowerShell, Task:AzureRmWebAppDeployment, Task:AzureWebApp, Task:Docker, Task:DotNetCore, Task:FileTransform, Task:Helm, Task:Kubernetes | |
label-operator: OR |