-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update global replication for maintainers workflow
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [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 |