Skip to content

Fix indentation issues and remove a feature to create bootstrap repositories in BV that it's doing a duplicate action, that we do in the template. #20306

Fix indentation issues and remove a feature to create bootstrap repositories in BV that it's doing a duplicate action, that we do in the template.

Fix indentation issues and remove a feature to create bootstrap repositories in BV that it's doing a duplicate action, that we do in the template. #20306

Workflow file for this run

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:
repo-token: "${{ secrets.GITHUB_TOKEN }}"