We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b3d34 commit a0c58dcCopy full SHA for a0c58dc
.github/workflows/analyze.yml
@@ -1,7 +1,7 @@
1
name: Analyze Bundle
2
3
on:
4
- pull_request:
+ pull_request_target:
5
push:
6
branches:
7
- main # change this if your default branch is named differently
.github/workflows/analyze_comment.yml
@@ -6,7 +6,8 @@ on:
types:
- completed
8
9
-permissions: write-all
+permissions:
10
+ pull-requests: write
11
12
jobs:
13
comment:
0 commit comments