Skip to content

Add link to testing united slides #489

Add link to testing united slides

Add link to testing united slides #489

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"