Skip to content

update(tooling): add a proposed VS Code configuration to match contributing guidelines #37

update(tooling): add a proposed VS Code configuration to match contributing guidelines

update(tooling): add a proposed VS Code configuration to match contributing guidelines #37

Workflow file for this run

name: "🏷 PR Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"