Skip to content

docs: test suite step docs link #3114

docs: test suite step docs link

docs: test suite step docs link #3114

Workflow file for this run

name: Triage
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
triage:
if: github.event_name == 'pull_request'
name: 'Triage'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'