Skip to content

Testool fix from Scroll #6658

Testool fix from Scroll

Testool fix from Scroll #6658

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
name: Triage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Labeler
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"