Skip to content

[dotnet] Modernize EnvironmentManager, standardize assembly teardown #4

[dotnet] Modernize EnvironmentManager, standardize assembly teardown

[dotnet] Modernize EnvironmentManager, standardize assembly teardown #4

Workflow file for this run

name: Label pull requests based on file paths
on:
pull_request:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labeler-config.yml