Skip to content

Sparse version of nn.dense.DMoNPooling #12145

Sparse version of nn.dense.DMoNPooling

Sparse version of nn.dense.DMoNPooling #12145

Workflow file for this run

name: PR Labeler
on: # yamllint disable-line rule:truthy
pull_request_target:
jobs:
triage:
if: github.repository == 'pyg-team/pytorch_geometric'
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Add PR labels
uses: actions/labeler@v5
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
- name: Add PR author
uses: samspills/assign-pr-to-author@v1.0
if: github.event_name == 'pull_request'
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"