Skip to content

Multiple updates to the github action corresponding to upstream changes, including dropping support for Python 3.8 #322

Multiple updates to the github action corresponding to upstream changes, including dropping support for Python 3.8

Multiple updates to the github action corresponding to upstream changes, including dropping support for Python 3.8 #322

Workflow file for this run

name: Enforce PR label
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: enforce-triage-label
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1