Skip to content

[Feature Request] Optionally suppress display of node data when it is not available. #25

[Feature Request] Optionally suppress display of node data when it is not available.

[Feature Request] Optionally suppress display of node data when it is not available. #25

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