Skip to content

C# API

C# API #62

Workflow file for this run

name: Issue Labeler
on:
issues:
types: [opened]
defaults:
run:
shell: bash
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
enable-versioned-regex: 0