Skip to content

Commit

Permalink
resolve conflicts, update outdated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Feb 24, 2024
1 parent a10768b commit 2e99e1b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/global-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,22 @@ jobs:
committer_username: asyncapi-bot
committer_email: info@asyncapi.io
commit_message: "ci: update of files from global .github repo"
bot_branch_name: bot/update-files-from-global-repo/${{ github.job }}
bot_branch_name: bot/update-files-from-global-repo/${{ github.job }}

replicate_get_global_prettierignore:
if: startsWith(github.repository, 'asyncapi/')
name: Replicate prettierignore file in the requested repositories
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Replicating file
uses: derberg/manage-files-in-multiple-repositories@beecbe897cf5ed7f3de5a791a3f2d70102fe7c25
with:
github_token: ${{ secrets.GH_TOKEN }}
patterns_to_include: .github/workflows/if-nodejs-release.yml,.github/workflows/if-nodejs-version-bump.yml,.github/workflows/bump.yml
topics_to_include: get-global-prettierignore
committer_username: asyncapi-bot
committer_email: info@asyncapi.io
commit_message: "ci: update of files from global .github repo"
bot_branch_name: bot/update-files-from-global-repo

0 comments on commit 2e99e1b

Please sign in to comment.