Skip to content

Improve LayersHistogramsLogger to support inspecting multiple explicitly named submodules #530

Improve LayersHistogramsLogger to support inspecting multiple explicitly named submodules

Improve LayersHistogramsLogger to support inspecting multiple explicitly named submodules #530

Workflow file for this run

name: "Manage Pull Requests"
on:
pull_request:
types: [ opened, synchronize, reopened, edited ]
jobs:
manage-pr:
name: Manage pull requests
runs-on: ubuntu-latest
steps:
- name: Prevent WIP PRs from being merged
uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}