Skip to content

Investigate build failure: The build failed to download NuGet packages due to network or feed issues, with errors like 'No such host is known.' This typically indicates a transient network problem or misconfigured package feed. #290

Investigate build failure: The build failed to download NuGet packages due to network or feed issues, with errors like 'No such host is known.' This typically indicates a transient network problem or misconfigured package feed.

Investigate build failure: The build failed to download NuGet packages due to network or feed issues, with errors like 'No such host is known.' This typically indicates a transient network problem or misconfigured package feed. #290

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}