[core] Rename yarn
to pnpm
in PropTypes
comment
#172
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add reviewers to release PRs | ||
on: | ||
pull_request_target: | ||
branches: ['master', 'next'] | ||
types: ['labeled'] | ||
permissions: {} | ||
jobs: | ||
add-reviewers-to-release-pr: | ||
Check failure on line 11 in .github/workflows/add-release-reviewers.yml GitHub Actions / Add reviewers to release PRsInvalid workflow file
|
||
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 |