Feature: Add Comprehensive Unit Test Coverage for Common Utilities and Hooks #194
Workflow file for this run
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: 'Author Assign' | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened] | |
| jobs: | |
| assign-author: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: toshimaru/auto-author-assign@v2.1.0 | |
| with: | |
| repo-token: '${{ secrets.GITHUB_TOKEN }}' |