Skip to content

[BUG] Next/Previous Cat doesn't go in proper order when viewing their sprites #594

[BUG] Next/Previous Cat doesn't go in proper order when viewing their sprites

[BUG] Next/Previous Cat doesn't go in proper order when viewing their sprites #594

Workflow file for this run

name: Assign Issue
on:
# for automatic unassigning for inactivity
schedule:
- cron: 0 0 * * *
issue_comment:
types: [created]
jobs:
assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Assign user or unassign inactive self-assigned issue
uses: takanome-dev/[email protected]
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'