Skip to content

Adapt post validation script to detect if PRs have automated tests #106

Adapt post validation script to detect if PRs have automated tests

Adapt post validation script to detect if PRs have automated tests #106

name: Add team label
on:
pull_request:
types:
- opened
jobs:
add-team-label:
uses: ./.github/workflows/add-team-label.yml
secrets:
TEAM_LABEL_TOKEN: ${{ secrets.TEAM_LABEL_TOKEN }}