Skip to content

Feature: Refactor Analysis Run Status #37

Feature: Refactor Analysis Run Status

Feature: Refactor Analysis Run Status #37

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: pozil/auto-assign-issue@v2
with:
assignees: tada5hi
numOfAssignee: 2
allowSelfAssign: true