Skip to content

INFRA-2867-Fix workflow inputs to allow branch name #114

INFRA-2867-Fix workflow inputs to allow branch name

INFRA-2867-Fix workflow inputs to allow branch name #114

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 }}