Skip to content

Feature: Cleanup old harbor artifacts #30

Feature: Cleanup old harbor artifacts

Feature: Cleanup old harbor artifacts #30

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