Skip to content

Commit

Permalink
fix: ci workflow triggert
Browse files Browse the repository at this point in the history
In order to execute the action on fork, we had to change the pull_request trigger to pull_request_target
  • Loading branch information
leonsteinhaeuser committed Jan 25, 2024
1 parent 939000f commit 975f161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_size.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pull Request automations

on: pull_request
on: pull_request_target

jobs:
size-label:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project_automations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
issues:
types:
- opened
pull_request:
pull_request_target:
types:
- opened

Expand Down

0 comments on commit 975f161

Please sign in to comment.