diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1c612fc..e9faf5e 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -8,6 +8,6 @@ contact_links: - name: Support Center url: https://app.lizardbyte.dev/support about: Official LizardByte support - - name: Feature request - url: https://app.lizardbyte.dev/feedback - about: Share your suggestions or ideas to help us improve + - name: Discussions + url: https://github.com/orgs/LizardByte/discussions + about: Community discussions, questions, and feature requests diff --git a/.github/workflows/global-replicator.yml b/.github/workflows/global-replicator.yml index 31f6727..bd1b390 100644 --- a/.github/workflows/global-replicator.yml +++ b/.github/workflows/global-replicator.yml @@ -45,6 +45,7 @@ jobs: committer_email: ${{ secrets.GH_BOT_EMAIL }} patterns_to_ignore: '' patterns_to_remove: >- + .github/ISSUE_TEMPLATE/config.yml, .github/pr_release_template.md, .github/workflows/auto-create-pr.yml, .github/workflows/automerge.yml, @@ -180,23 +181,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Replicating files (custom issues) - uses: derberg/manage-files-in-multiple-repositories@v2.1.0 - with: - bot_branch_name: ${{ env.BOT_BRANCH_NAME }} - commit_message: ${{ env.COMMIT_MESSAGE }} - repos_to_ignore: ${{ env.REPOS_TO_IGNORE }} - github_token: ${{ secrets.GH_BOT_TOKEN }} - committer_username: ${{ secrets.GH_BOT_NAME }} - committer_email: ${{ secrets.GH_BOT_EMAIL }} - patterns_to_ignore: '' - patterns_to_include: >- - .github/ISSUE_TEMPLATE/config.yml - topics_to_include: 'replicator-custom-issues' - exclude_private: false - exclude_forked: false - destination: '' - - name: Checkout repository uses: actions/checkout@v4