RestError: WorkloadProfiles configuration is not supported in api version. Use 2022-11-01-preview or above. #91
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-Labelling Issues" | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
auto_label: | |
runs-on: ubuntu-latest | |
name: Auto-Labelling Issues | |
steps: | |
- name: Label Step | |
uses: larrylawl/[email protected] | |
with: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | |
REPOSITORY: ${{github.repository}} | |
DELTA: "7" | |
CONFIDENCE: "2" | |
FEATURE: "enhancement" | |
BUG: "bug" | |
DOCS: "documentation" | |