Skip to content

chore: stamp skills/rules content to standards-version 1.10.0 #13

chore: stamp skills/rules content to standards-version 1.10.0

chore: stamp skills/rules content to standards-version 1.10.0 #13

Workflow file for this run

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