Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/.github/workflows/labeler.yml

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
File
name: "Pull Request Labeler"on:- pull_request_target
jobs: triage: permissions: contents: read pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/labeler@v5 with: sync-labels: true