Skip to content

Commit

Permalink
ci: remove pull request target [KHCP-14529] (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Jan 3, 2025
1 parent cb8160a commit 3ec3610
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/auto-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ permissions:
pull-requests: write
contents: write

on: pull_request_target
on:
pull_request:
types: ['opened']

jobs:
renovate-autoapprove:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pr-closed.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: On closing PR
on:
pull_request_target:
types:
- closed
pull_request:
types: ['closed']

jobs:
unpublish:
Expand Down

0 comments on commit 3ec3610

Please sign in to comment.