Skip to content

suggestion: promote other tools such as tparse as a replacement for richgo #13

suggestion: promote other tools such as tparse as a replacement for richgo

suggestion: promote other tools such as tparse as a replacement for richgo #13

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: kyoh86