Skip to content

fix(deps): update version.slack to v1.42.1 (main) #201

fix(deps): update version.slack to v1.42.1 (main)

fix(deps): update version.slack to v1.42.1 (main) #201

name: Pull Request Milestone Validation
on:
pull_request:
branches:
- main
types:
- labeled
- unlabeled
- opened
- reopened
- synchronize
- edited
- milestoned
- demilestoned
env:
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
jobs:
check-milestone:
name: PR has a Milestone or the [no milestone] label
runs-on: ubuntu-latest
steps:
- if: github.event.pull_request.milestone == null && contains( env.LABELS, 'no milestone' ) == false
run: exit 1