Skip to content

pip: topologically sort generated modules based on dependencies #90

pip: topologically sort generated modules based on dependencies

pip: topologically sort generated modules based on dependencies #90

Workflow file for this run

name: "Label PRs"
# WARNING: Do NOT use org level secrets or checkout any code in this
# workflow
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
workflow_dispatch:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
# 5.0.0
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true