Skip to content

Reduce technical depth of terminology used in the competency ui #118

Reduce technical depth of terminology used in the competency ui

Reduce technical depth of terminology used in the competency ui #118

Workflow file for this run

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