Skip to content

Commit affd8b1

Browse files
authored
Merge pull request #204 from learningequality/add-workflow-call
Add workflow for pull request events
2 parents 1e7a670 + 2b28b5b commit affd8b1

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)