Skip to content

Commit

Permalink
ci: update global replication for maintainers workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Nov 12, 2024
1 parent 4314ad3 commit 2c24ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/global-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: [email protected]
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

0 comments on commit 2c24ccf

Please sign in to comment.