[code-infra] Remove test_regressions
step from React 18 pipeline
#656
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: Check PR type label | |
on: | |
pull_request_target: | |
types: [opened, reopened, labeled, unlabeled] | |
permissions: {} | |
jobs: | |
check-label: | |
name: check PR labels | |
# no need for a check if the PR is merged. That is done inside the reusable workflow | |
uses: mui/mui-public/.github/workflows/prs_check-if-pr-has-type-label.yml@master | |
permissions: | |
issues: write | |
pull-requests: write | |
contents: write |