Added a new conference, move one from current to past, changed Status of ATD #155
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 PRs | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize, ready_for_review] | |
| jobs: | |
| add_assignees: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: kentaro-m/auto-assign-action@v2.0.0 | |
| with: | |
| configuration-path: .github/auto_assignee.yml | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} |