Skip to content

Make sure that __dir__ returns new copies of __all__ #118

Make sure that __dir__ returns new copies of __all__

Make sure that __dir__ returns new copies of __all__ #118

Workflow file for this run

name: Labels
on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
env:
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
jobs:
check-type-label:
name: ensure type label
runs-on: ubuntu-latest
steps:
- if: "contains( env.LABELS, 'type: ' ) == false"
run: exit 1