This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice-asfyaml-branch in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 836896696ceba38009d11e001c8ba9cefce6ea13 Author: Twice <[email protected]> AuthorDate: Sun Jun 30 12:46:48 2024 +0900 fix(.asf.yaml): branch protection cannot be created --- .asf.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 2669da60..3baaba00 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -42,16 +42,16 @@ github: strict: true contexts: - Required - 1.3: {} - 2.0: {} - 2.1: {} - 2.2: {} - 2.3: {} - 2.4: {} - 2.5: {} - 2.6: {} - 2.7: {} - 2.8: {} + '1.3': {} + '2.0': {} + '2.1': {} + '2.2': {} + '2.3': {} + '2.4': {} + '2.5': {} + '2.6': {} + '2.7': {} + '2.8': {} notifications: commits: [email protected]
