Skip to content

[infra] Changed action target branch #58

[infra] Changed action target branch

[infra] Changed action target branch #58

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@reviewer-action
with:
team-slug: x
label-name: release
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
pull-requests: write