Skip to content

chore(deps): bump github.com/samber/mo from 1.12.0 to 1.13.0 #15132

chore(deps): bump github.com/samber/mo from 1.12.0 to 1.13.0

chore(deps): bump github.com/samber/mo from 1.12.0 to 1.13.0 #15132

name: PRs labels check
on:
pull_request_target:
types: [opened, reopened, ready_for_review, labeled, unlabeled, synchronize]
jobs:
label:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT) }}
runs-on: ubuntu-latest
steps:
- uses: pmalek/verify-pr-label-action@v1.4.5
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
invalid-labels: 'do not merge,on-hold'
pull-request-number: '${{ github.event.pull_request.number }}'
disable-reviews: true