Skip to content

⬆️: Replace Tools #9468

⬆️: Replace Tools

⬆️: Replace Tools #9468

Workflow file for this run

name: Triage
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
jobs:
triage:
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md
runs-on: ubuntu-22.04
steps:
- name: Label according to modified files
# https://github.com/marketplace/actions/labeler
uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
# Default is '.github/labeler.yml', but we use 'yaml' as an extension of YAML files.
configuration-path: .github/labeler.yaml
# Remove labels when matching files are reverted or no longer changed by the PR
sync-labels: true