This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/eventmesh-dashboard.git
The following commit(s) were added to refs/heads/main by this push:
new a4bca87 [ISSUE #158] Update required workflow name when merging PRs
(#159)
a4bca87 is described below
commit a4bca874f1acd7e792b37188f8dc9de415160dbf
Author: Pil0tXia <[email protected]>
AuthorDate: Tue Jun 11 21:57:12 2024 +0800
[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 f7e3951..8209f94 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]