Skip to content

Project template for new projects and readme #16

Project template for new projects and readme

Project template for new projects and readme #16

name: "Auto assignment for issues"
on:
issues:
types: ["opened"]
jobs:
auto-assign:
uses: ./.github/workflows/shared-auto-assign-issues.yml
secrets:
token: ${{ secrets.BOT_ACCESS_TOKEN }}