Skip to content

Commit a175b06

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 a175b06

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/pr_size.yml

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

3-
on: pull_request
3+
on:
4+
pull_request_target:
5+
pull_request:
46

57
jobs:
68
size-label:

.github/workflows/project_automations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
issues:
55
types:
66
- opened
7+
pull_request_target:
8+
types:
9+
- opened
710
pull_request:
811
types:
912
- opened

0 commit comments

Comments
 (0)