Skip to content

bug: Fix console errors on the creator page when testing #104

bug: Fix console errors on the creator page when testing

bug: Fix console errors on the creator page when testing #104

name: Auto-assign Issue
on:
issues:
types: [opened]
permissions:
issues: write
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: pozil/auto-assign-issue@v1
with:
github-token: ${{ secrets.AUTO_ASSIGN_ISSUE_TOKEN }}
assignees: ${{ github.actor }}