Enhance Multi Model Usage Tracking with Dynamic Model Selection and A… #65
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto Assign | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request: | |
| types: [opened] | |
| jobs: | |
| add_assignees: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Auto assign users | |
| uses: kentaro-m/auto-assign-action@v1.2.4 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| configuration-path: .github/auto_assign.yml # Uncomment and create this file if you want custom config |