Skip to content

Commit 975f161

Browse files
fix: ci workflow triggert
In order to execute the action on fork, we had to change the pull_request trigger to pull_request_target
1 parent 939000f commit 975f161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Pull Request automations
22

3-
on: pull_request
3+
on: pull_request_target
44

55
jobs:
66
size-label:

.github/workflows/project_automations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
issues:
55
types:
66
- opened
7-
pull_request:
7+
pull_request_target:
88
types:
99
- opened
1010

0 commit comments

Comments
 (0)