Skip to content

Copilot: Remove the formatting instructions, as they're confusing CCR. #48081

Copilot: Remove the formatting instructions, as they're confusing CCR.

Copilot: Remove the formatting instructions, as they're confusing CCR. #48081

Workflow file for this run

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