# auto-assignment **Repository Path**: mirrors_cocos-creator/auto-assignment ## Basic Information - **Project Name**: auto-assignment - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-26 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # auto-assignment ## Arguments | name | description | required | default | format | |:--------|:-----------------------------------------|:---------|:----------------|:------------------| | `token` | GitHub token | `true` | - | `string` | | `users` | Users name of the person to be assigned. | `true` | - | `json` (`string`) | | `count` | Number of Users to be assigned. | `false` | Number of users | `number`/`string` | ## Example ```yaml name: AutoAssignment on: pull_request: types: [opened] jobs: assignment: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: kyoya0819/auto-assignment@v1 with: token: ${{ secrets.GITHUB_TOKEN }} users: '["YOUR USERNAME"]' ``` ## LICENSE MIT LICENSE