Skip to content

I have made the project on Amazon website clone #4215

I have made the project on Amazon website clone

I have made the project on Amazon website clone #4215

Workflow file for this run

name: Assign
on:
issue_comment:
created:
body:
- /assign
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/[email protected]
with:
assignees: octocat,cat,dog
numOfAssignee: 2