Skip to content

Minor Improvements to the README #504

Minor Improvements to the README

Minor Improvements to the README #504

Workflow file for this run

name: "Labels"
on:
pull_request_target:
workflow_dispatch:
inputs:
pr:
description: The pull request number(s).
type: string
required: false
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5.0.0
with:
sync-labels: true
pr-number: ${{ github.event.inputs.pr || '' }}