Skip to content

Commit 5f6d9f1

Browse files
authored
Merge pull request #238 from botblock/development
Switch to pull_request_target action in workflow
2 parents 1316be5 + 517e7ad commit 5f6d9f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/auto_approve_pr.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Automatically approve Pull requests
22

33
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
branches:
8+
- master
49
pull_request:
510
types:
611
- opened

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121

2222
dependencies {
2323
api group: 'org.json', name: 'json', version: '20210307'
24-
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
24+
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.0.2'
2525
api group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
2626
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
2727

0 commit comments

Comments
 (0)