Skip to content

Commit 4602b2c

Browse files
committed
GRAL-6005 replace pull_request_target with pull_request
1 parent b4adcc4 commit 4602b2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: On Commit
22
on:
3-
pull_request_target:
3+
pull_request:
44
branches:
55
- master
66

.github/workflows/on-pd-bot-pr-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: On Pipedrive Bot PR opened
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [labeled]
66
branches:
77
- master

0 commit comments

Comments
 (0)