We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e7a670 + 2b28b5b commit affd8b1Copy full SHA for affd8b1
1 file changed
.github/workflows/call-pull-request-target.yml
@@ -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