Skip to content

[infra] changed to usage of reusable workflow #47

[infra] changed to usage of reusable workflow

[infra] changed to usage of reusable workflow #47

name: Add reviewers to release PRs
on:
pull_request_target:
branches: ['master', 'next']
types: ['labeled']
permissions: {}
jobs:
add-reviewers-to-release-pr:
uses: mui/mui-public/.github/workflows/reusable-add-reviewers-to-pr.yml@2e8907ef6d60b6e60c058c110d61bd07c9ae8c43
with:
team-slug: x
label-name: release
secrets:
token: ${{ secrets.GITHUB_TOKEN }}