Skip to content

[CODE] Display more info on Switch Screen #610

[CODE] Display more info on Switch Screen

[CODE] Display more info on Switch Screen #610

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