feat(segmented-control-item): allow displaying and icon when items are empty with a start/end icon #7378
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: Maintenance Release Merge Blocker | |
on: | |
pull_request: | |
branches: [main] | |
types: [opened, labeled, unlabeled, synchronize] | |
jobs: | |
check-milestone: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/github-script@v7 | |
with: | |
script: | | |
const action = require('${{ github.workspace }}/.github/scripts/limitPullRequestsForMaintenanceReleases.js') | |
await action({github, context, core}) |