Skip to content

fix(tile): apply center alignment only to x-axis #7371

fix(tile): apply center alignment only to x-axis

fix(tile): apply center alignment only to x-axis #7371

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})