Skip to content

Missing equivalent of layer.inbound_nodes followed by node.iterate_inbound() #1095

Missing equivalent of layer.inbound_nodes followed by node.iterate_inbound()

Missing equivalent of layer.inbound_nodes followed by node.iterate_inbound() #1095

name: auto-assignment
on:
issues:
types:
- opened
permissions:
contents: read
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
const script = require('./\.github/workflows/scripts/auto-assignment.js')
script({github, context})