Skip to content

Commit

Permalink
Change pull_request_target to pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
abobija committed Sep 21, 2024
1 parent d6175ba commit 14262a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-author.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Assign author to PR

on:
pull_request_target:
pull_request:
types: [opened, reopened]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Validate PR

on:
pull_request_target:
pull_request:
types: [opened, synchronize, ready_for_review, reopened]

jobs:
Expand Down

0 comments on commit 14262a7

Please sign in to comment.