Skip to content

Object detection guide is missing from the site (and link goes to the segment anything guide) #443

Object detection guide is missing from the site (and link goes to the segment anything guide)

Object detection guide is missing from the site (and link goes to the segment anything guide) #443

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