Skip to content

[DOCS] Update repository_environments documentation #1711

[DOCS] Update repository_environments documentation

[DOCS] Update repository_environments documentation #1711

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions: read-all
jobs:
labeler:
name: Label PRs
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write # Use this if all labels already exist in the repository (i.e., pre-defined in .github/labeler.yml).
defaults:
run:
shell: bash
steps:
- name: Run Labeler
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
sync-labels: false # Whether or not to remove labels when matching files are reverted or no longer changed by the PR