Skip to content

Commit

Permalink
chore(ci): use pull_request instead of pull_request_target (#6743)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jan 7, 2025
1 parent 82db2db commit bf4f2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Backport
on:
pull_request_target:
pull_request:
types:
- closed
- labeled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_pr_labels.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PRs labels check

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

jobs:
Expand Down

0 comments on commit bf4f2d5

Please sign in to comment.