Skip to content

Issue error you're encountering stems from an issue with using masking in the Embedding layer for POS Tagging Model #953

Issue error you're encountering stems from an issue with using masking in the Embedding layer for POS Tagging Model

Issue error you're encountering stems from an issue with using masking in the Embedding layer for POS Tagging Model #953

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})