Add-SrmLicenseKey is failing with Could not find any of the servers specified by name #128
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: Issue Triage | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
label-issues: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Apply Issue Triage Labels | |
uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4 | |
with: | |
repo-token: '${{ secrets.GITHUB_TOKEN }}' | |
configuration-path: .github/labeler-issues.yml | |
enable-versioned-regex: 0 | |
include-title: 1 |