From 2c24ccf16597995deeeb32acb20410c0603c44e8 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Tue, 12 Nov 2024 10:39:03 +0100 Subject: [PATCH] ci: update global replication for maintainers workflow --- .github/workflows/global-replicator.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/global-replicator.yml b/.github/workflows/global-replicator.yml index bbb51f6d..dbeb0cc0 100644 --- a/.github/workflows/global-replicator.yml +++ b/.github/workflows/global-replicator.yml @@ -222,7 +222,7 @@ jobs: # 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 + name: Replicate update-maintainers-trigger.yaml workflow in the required repositories runs-on: ubuntu-latest steps: - name: Checkout repository @@ -231,9 +231,9 @@ jobs: uses: derberg/manage-files-in-multiple-repositories@beecbe897cf5ed7f3de5a791a3f2d70102fe7c25 with: github_token: ${{ secrets.GH_TOKEN }} - patterns_to_include: .github/workflows/update-maintainers-trigger.yml + patterns_to_include: .github/workflows/update-maintainers-trigger.yaml 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" + commit_message: "ci: update update-maintainers-trigger.yaml workflow from global .github repo" bot_branch_name: bot/update-files-from-global-repo