Skip to content

Commit

Permalink
自動レビュー依頼のワークフローを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsumi-Gakuto committed Apr 2, 2024
1 parent 3a93aa1 commit 2a8b306
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
- ready_for_review

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

0 comments on commit 2a8b306

Please sign in to comment.