From dcc7db0af0a7f3f042e0ef7ab03e73416796f8d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 05:06:05 +0000 Subject: [PATCH 1/4] Bump caffeine from 2.8.0 to 3.0.1 Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.8.0 to 3.0.1. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v2.8.0...v3.0.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 228583f..19bd6d2 100644 --- a/build.gradle +++ b/build.gradle @@ -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.1' api group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2' api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' From cbab492fa808f98dc140955fe55819d068cbd811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 05:25:29 +0000 Subject: [PATCH 2/4] Bump caffeine from 3.0.1 to 3.0.2 Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 19bd6d2..a709ef5 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ allprojects { dependencies { api group: 'org.json', name: 'json', version: '20210307' - api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.0.1' + 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' From e5c74b0c61c45654e0284d322429891fa4b482ae Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 3 May 2021 16:12:17 +0200 Subject: [PATCH 3/4] switch to pull_request_target --- .github/workflows/auto_approve_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_approve_pr.yml b/.github/workflows/auto_approve_pr.yml index d9c5dc8..1d98d72 100644 --- a/.github/workflows/auto_approve_pr.yml +++ b/.github/workflows/auto_approve_pr.yml @@ -1,7 +1,7 @@ name: Automatically approve Pull requests on: - pull_request: + pull_request_target: types: - opened branches: From 517e7ad17c63bb2b5da2d81e8678d74de8d43b38 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 3 May 2021 16:14:12 +0200 Subject: [PATCH 4/4] re-add pull_request --- .github/workflows/auto_approve_pr.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/auto_approve_pr.yml b/.github/workflows/auto_approve_pr.yml index 1d98d72..2fcf0dc 100644 --- a/.github/workflows/auto_approve_pr.yml +++ b/.github/workflows/auto_approve_pr.yml @@ -6,6 +6,11 @@ on: - opened branches: - master + pull_request: + types: + - opened + branches: + - master jobs: auto-approve: