From f9b92a478eaab4f7686edbf28f3ad0f6086de916 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:56:50 -0500 Subject: [PATCH] replicator: exclude Sunshine from custom issues replication --- .github/workflows/global-replicator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/global-replicator.yml b/.github/workflows/global-replicator.yml index 6f6f6a03..60c00229 100644 --- a/.github/workflows/global-replicator.yml +++ b/.github/workflows/global-replicator.yml @@ -87,7 +87,7 @@ jobs: patterns_to_include: >- .github/ISSUE_TEMPLATE/config.yml commit_message: 'ci: update issue templates' - repos_to_ignore: '' + repos_to_ignore: 'Sunshine' topics_to_include: 'replicator-custom-issues' exclude_private: false exclude_forked: true