From 2252885f7af0e717f62a3763720a639dba21b111 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 15 Nov 2023 16:52:23 +0100 Subject: [PATCH 1/2] ci: update of files from global .github repo (#143) --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 9253675..116b806 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -45,7 +45,7 @@ jobs: env: GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}" GITHUB_LOGIN: asyncapi-bot - MERGE_LABELS: "" + MERGE_LABELS: "!do-not-merge" MERGE_METHOD: "squash" MERGE_COMMIT_MESSAGE: "{pullRequest.title} (#{pullRequest.number})" MERGE_RETRIES: "20" From 8dd1ad4a318b163a628053a399ff044558f51314 Mon Sep 17 00:00:00 2001 From: Viacheslav Turovskyi Date: Mon, 27 Nov 2023 10:56:55 +0200 Subject: [PATCH 2/2] chore: change codeowners (#142) Co-authored-by: souvik --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index e63f4df..b95b87c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,4 +5,4 @@ # For more details, read the following article on GitHub: https://help.github.com/articles/about-codeowners/. # The default owners are automatically added as reviewers when you open a pull request unless different owners are specified in the file. -* @Souvikns @derberg @asyncapi-bot-eve +* @Souvikns @aeworxet @asyncapi-bot-eve