From 36106c57facd885a3924e3d8d5e264dc1de9c5e3 Mon Sep 17 00:00:00 2001 From: Mateusz Szostok Date: Sun, 28 Jul 2024 22:18:07 +0200 Subject: [PATCH] Update .github/workflows/global-replicator.yml Co-authored-by: Lukasz Gornicki --- .github/workflows/global-replicator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/global-replicator.yml b/.github/workflows/global-replicator.yml index 38807f26..482874e5 100644 --- a/.github/workflows/global-replicator.yml +++ b/.github/workflows/global-replicator.yml @@ -229,7 +229,7 @@ jobs: with: github_token: ${{ secrets.GH_TOKEN }} patterns_to_include: .github/workflows/update-maintainers-trigger.yml - repos_to_ignore: community,shape-up-process + repos_to_ignore: community,shape-up-process # community repo is ignored as it has its own version of this workflow, version that is triggered by this workflow committer_username: asyncapi-bot committer_email: info@asyncapi.io commit_message: "ci: update update-maintainers-trigger.yml workflow from global .github repo"