スキルダメージに関する処理を追加 #357
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
# kics-scan disable=555ab8f9-2001-455e-a077-f2d0f41e2fb9 | |
--- | |
name: Assign Author | |
on: | |
issues: | |
types: | |
- opened | |
pull_request: | |
types: | |
- opened | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
assign-author: | |
if: ${{ ! contains(fromJson('["renovate[bot]", "dependabot[bot]"]'), github.actor) }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/assign-author@v1 |