From 96a5b979096ee27c616f76a433e35015ea8f4336 Mon Sep 17 00:00:00 2001 From: Mateusz Szostok Date: Wed, 31 Jul 2024 10:36:35 +0200 Subject: [PATCH] Add workflow comment --- .github/workflows/global-replicator.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/global-replicator.yml b/.github/workflows/global-replicator.yml index 482874e5..b4ee56f2 100644 --- a/.github/workflows/global-replicator.yml +++ b/.github/workflows/global-replicator.yml @@ -217,6 +217,8 @@ jobs: commit_message: "ci: update .prettierignore from global .github repo" bot_branch_name: bot/update-files-from-global-repo + # This setup is separate from the generic workflow setup because this workflow is mandatory. + # Maintainers cannot opt out for any reason except technical ones. replicate_update_maintainers_workflow: if: startsWith(github.repository, 'asyncapi/') name: Replicate update-maintainers-trigger.yml workflow in the required repositories