Skip to content

feat: add folder and icon for skills #1765

feat: add folder and icon for skills

feat: add folder and icon for skills #1765

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
name: 🔖 Labeler
on: [pull_request_target]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Label
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"