Skip to content

Bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206 #1195

Bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206

Bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206 #1195

Workflow file for this run

name: Force pull-requests label(s)
on:
pull_request:
types: [opened, labeled, unlabeled]
jobs:
pr-has-label:
name: Will be skipped if labelled
runs-on: ubuntu-latest
if: ${{ join(github.event.pull_request.labels.*.name, ', ') == '' }}
steps:
- run: |
echo 'Pull-request must have at least one label'
exit 1