Skip to content

Commit

Permalink
プルリクエスト提出時に自動でレビュー依頼を出すワークフローを作成
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Mar 31, 2024
1 parent ee8d7f0 commit f2efedb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/request_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Request review

on:
pull_request_target:
types:
- opened
- reopened

jobs:
call_workflow:
name: Call workflow
permissions:
pull-requests: write
uses: Gakuto1112/MyAutoRequestReview/.github/workflows/request_review.yml@main

0 comments on commit f2efedb

Please sign in to comment.