Skip to content

Bump @mui/monorepo digest to c311f80 #24334

Bump @mui/monorepo digest to c311f80

Bump @mui/monorepo digest to c311f80 #24334

Workflow file for this run

name: Maintenance
on:
# So that PRs touching the same files as the push are updated
push:
branches:
- master
- next
# So that the `dirtyLabel` is removed if conflicts are resolved
# Could put too much strain on rate limit
# If we hit the rate limit too often remove this event
pull_request_target:
branches:
- master
- next
types: [synchronize]
permissions: {}
jobs:
main:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@e62d7a53ff8be8b97684bffb6cfbbf3fc1115e2e # v3.0.0
with:
dirtyLabel: 'PR: out-of-date'
repoToken: '${{ secrets.GITHUB_TOKEN }}'
commentOnDirty: 'This pull request has conflicts, please resolve those before we can evaluate the pull request.'
retryAfter: 130
retryMax: 10