Skip to content

Commit

Permalink
Merge pull request #238 from botblock/development
Browse files Browse the repository at this point in the history
Switch to pull_request_target action in workflow
  • Loading branch information
Andre601 authored May 3, 2021
2 parents 1316be5 + 517e7ad commit 5f6d9f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/auto_approve_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Automatically approve Pull requests

on:
pull_request_target:
types:
- opened
branches:
- master
pull_request:
types:
- opened
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {

dependencies {
api group: 'org.json', name: 'json', version: '20210307'
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.0.2'
api group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'

Expand Down

0 comments on commit 5f6d9f1

Please sign in to comment.