Skip to content

feat: green theme banner + fix typing SVG color #6

feat: green theme banner + fix typing SVG color

feat: green theme banner + fix typing SVG color #6

Workflow file for this run

name: Label PRs by Skill
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}