Skip to content

Fix SyntaxWarning from update message #2920

Fix SyntaxWarning from update message

Fix SyntaxWarning from update message #2920

Workflow file for this run

# Pull requests to this repo should have a triage label,
# this workflow ensures that this is the case.
name: Enforce PR label
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- name: enforce-triage-label
uses: jupyterlab/maintainer-tools/.github/actions/enforce-label@v1