From a4bca874f1acd7e792b37188f8dc9de415160dbf Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Tue, 11 Jun 2024 21:57:12 +0800 Subject: [PATCH] [ISSUE #158] Update required workflow name when merging PRs (#159) --- .asf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index f7e39514..8209f946 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -43,8 +43,8 @@ github: strict: false contexts: - dependency-review - - Build (ubuntu-latest, 8, java) - - Build (ubuntu-latest, 11, java) + - Build Backend (ubuntu-latest, 8, java) + - Build Backend (ubuntu-latest, 11, java) required_pull_request_reviews: dismiss_stale_reviews: true required_approving_review_count: 0 # Temporary 0 to allow committers to merge themselves PR