There was an error while loading. Please reload this page.
2 parents 911fd9d + 4596539 commit d87061cCopy full SHA for d87061c
1 file changed
.github/workflows/validate-pr.yml
@@ -0,0 +1,16 @@
1
+name: Validate PR
2
+
3
+on:
4
+ pull_request_target:
5
+ types: [opened, reopened]
6
7
+jobs:
8
+ validate-pr:
9
+ runs-on: ubuntu-24.04
10
+ permissions:
11
+ pull-requests: write
12
+ steps:
13
+ - uses: getsentry/github-workflows/validate-pr@71588ddf95134f804e82c5970a8098588e2eaecd
14
+ with:
15
+ app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }}
16
+ private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }}
0 commit comments