Skip to content

Category Pages: Update the tiles to be consistent. Fix inconsistent block tiles #5

Category Pages: Update the tiles to be consistent. Fix inconsistent block tiles

Category Pages: Update the tiles to be consistent. Fix inconsistent block tiles #5

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