Skip to content

feat(base branch): make it possible to define name of release PR base branch #105

feat(base branch): make it possible to define name of release PR base branch

feat(base branch): make it possible to define name of release PR base branch #105

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