Skip to content

Commit

Permalink
Merge pull request #128 from LizardByte/update/global-replicator
Browse files Browse the repository at this point in the history
update global replicator
  • Loading branch information
ReenigneArcher committed Nov 28, 2022
2 parents fb63d49 + 1d8f539 commit b864658
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .github/workflows/global-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,18 @@ jobs:
include:
- job_name: 'replicate workflows'
patterns_to_ignore: ''
patterns_to_include: '.github/dependabot.yml,.github/label-actions.yml,.github/pr_release_template.md,.github/workflows/auto-create-pr.yml,.github/workflows/automerge.yml,.github/workflows/autoupdate.yml,.github/workflows/issues.yml,.github/workflows/issues-stale.yml,.github/workflows/pull-requests.yml,.github/workflows/yaml-lint.yml' # yamllint disable-line rule:line-length
patterns_to_include: >-
.github/dependabot.yml,
.github/label-actions.yml,
.github/pr_release_template.md,
.github/workflows/auto-create-pr.yml,
.github/workflows/automerge.yml,
.github/workflows/autoupdate.yml,
.github/workflows/dependabot-rebase.yml,
.github/workflows/issues.yml,
.github/workflows/issues-stale.yml,
.github/workflows/pull-requests.yml,
.github/workflows/yaml-lint.yml
commit_message: 'ci: update global workflows'
repos_to_ignore: ''
topics_to_include: ''
Expand All @@ -32,7 +43,9 @@ jobs:
destination: ''
- job_name: 'replicate python'
patterns_to_ignore: ''
patterns_to_include: '.flake8,.github/workflows/python-flake8.yml'
patterns_to_include: >-
.flake8,
.github/workflows/python-flake8.yml
commit_message: 'ci: update global python'
repos_to_ignore: ''
topics_to_include: 'python'
Expand All @@ -42,7 +55,8 @@ jobs:
destination: ''
- job_name: 'replicate docker'
patterns_to_ignore: ''
patterns_to_include: '.github/workflows/ci-docker.yml'
patterns_to_include: >-
.github/workflows/ci-docker.yml
commit_message: 'ci: update global docker'
repos_to_ignore: ''
topics_to_include: 'docker'
Expand All @@ -52,7 +66,9 @@ jobs:
destination: ''
- job_name: 'replicate cpp'
patterns_to_ignore: ''
patterns_to_include: '.clang-format,.github/workflows/cpp-clang-format-lint.yml'
patterns_to_include: >-
.clang-format,
.github/workflows/cpp-clang-format-lint.yml
commit_message: 'ci: update global cpp'
repos_to_ignore: ''
topics_to_include: 'cpp'
Expand All @@ -62,7 +78,8 @@ jobs:
destination: ''
- job_name: 'custom issues'
patterns_to_ignore: ''
patterns_to_include: '.github/ISSUE_TEMPLATE/config.yml'
patterns_to_include: >-
.github/ISSUE_TEMPLATE/config.yml
commit_message: 'ci: update issue templates'
repos_to_ignore: ''
topics_to_include: 'replicator-custom-issues'
Expand All @@ -72,7 +89,8 @@ jobs:
destination: ''
- job_name: 'release notifier'
patterns_to_ignore: ''
patterns_to_include: '.github/workflows/release-notifier.yml'
patterns_to_include: >-
.github/workflows/release-notifier.yml
commit_message: 'ci: update release notifier'
repos_to_ignore: ''
topics_to_include: 'replicator-release-notifications'
Expand Down

0 comments on commit b864658

Please sign in to comment.