Allow bot PRs to be automatically labeled (#6414)

This commit is contained in:
Steven Silvester 2022-05-02 19:40:53 -05:00 committed by GitHub
parent ec4ce20b91
commit 203af66943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@ on:
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