Skip to content

Commit 3f59bc5

Browse files
authored
Merge pull request #243 from botblock/fix/action-double-trigger
fix double-trigger in action
2 parents 88ea0f9 + d3a1fe4 commit 3f59bc5

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/auto_approve_pr.yml

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
- opened
77
branches:
88
- master
9-
pull_request:
10-
types:
11-
- opened
12-
branches:
13-
- master
149

1510
jobs:
1611
auto-approve:

.github/workflows/release_drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Release notes
44
on:
55
# push:
66
# branches: [ main ]
7-
pull_request:
7+
pull_request_target:
88
branches:
99
- master
1010

0 commit comments

Comments
 (0)