File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- name : PR has label
1+ name : Check if PR has label
22
33on :
44 pull_request :
@@ -8,4 +8,13 @@ permissions: {}
88
99jobs :
1010 test-label-applied :
11- uses : mui/mui-public/.github/workflows/check-if-pr-has-label-base.yml@gh-actions
11+ # Tests that label is added on the PR
12+ runs-on : ubuntu-latest
13+ permissions :
14+ contents : read
15+ steps :
16+ - uses : mnajdova/github-action-required-labels@ca0df9249827e43aa4b4a0d25d9fe3e9b19b0705 # v2.1.0
17+ with :
18+ mode : minimum
19+ count : 1
20+ labels : ' '
Original file line number Diff line number Diff line change 3636 - run : pnpm install
3737 - run : pnpm release:build
3838 - run : pnpm validate-declarations
39- - name : Publish to pkg-pr-new
39+ - name : Publish packages
4040 if : matrix.os == 'ubuntu-latest'
41- run : pnpm dlx pkg-pr-new publish $(pnpm code-infra list-workspaces --public-only --output=publish-dir) --packageManager=pnpm --template './examples/*'
41+ uses : mui/mui-public/.github/actions/ci-publish@master
42+ with :
43+ pr-comment : true
You can’t perform that action at this time.
0 commit comments