Skip to content

[infra] changed version to use master branch for now #49

[infra] changed version to use master branch for now

[infra] changed version to use master branch for now #49

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@master

Check failure on line 12 in .github/workflows/add-release-reviewers.yml

View workflow run for this annotation

GitHub Actions / Add reviewers to release PRs

Invalid workflow file

The workflow is not valid. In .github/workflows/add-release-reviewers.yml (Line: 12, Col: 11): Error from called workflow mui/mui-public/.github/workflows/reusable-add-reviewers-to-pr.yml@2e8907ef6d60b6e60c058c110d61bd07c9ae8c43 (Line: 21, Col: 9): Unexpected value 'type'
with:
team-slug: x
label-name: release
secrets:
token: ${{ secrets.GITHUB_TOKEN }}