Skip to content

idea make it easier/faster to view both hex and plain text (ASCII) at the same time #170

idea make it easier/faster to view both hex and plain text (ASCII) at the same time

idea make it easier/faster to view both hex and plain text (ASCII) at the same time #170

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: Keidan
removePreviousAssignees: true
numOfAssignee: 1