Skip to content

Commit 362e4af

Browse files
committed
Add workflow for pull request events
A companion to learningequality/.github#50
1 parent 92a5c78 commit 362e4af

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Handle pull request events
2+
on:
3+
pull_request_target:
4+
types: [review_requested, labeled]
5+
jobs:
6+
call-workflow:
7+
name: Call shared workflow
8+
uses: learningequality/.github/.github/workflows/pull-request-target.yml@main
9+
secrets:
10+
LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }}
11+
LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)