剣盾孵化(親を途中で変更)自動化方法質問について #9
This file contains 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: | |
pull_request: | |
types: [opened] | |
issues: | |
types: [opened] | |
jobs: | |
assign: | |
name: Assign author | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign author to created issue or PR | |
uses: technote-space/assign-author@v1 |