Skip to content

Improve test infrastructure in v3.5 release branch #206

Improve test infrastructure in v3.5 release branch

Improve test infrastructure in v3.5 release branch #206

Workflow file for this run

# Copyright (c) 2021-2022 TiaC Systems
# Copyright (c) 2021 Li-Pro.Net
# SPDX-License-Identifier: Apache-2.0
name: Pull Request Labeler
on:
pull_request_target:
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'