Skip to content

Commit

Permalink
fix: update issue template (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 20, 2024
1 parent 97d212f commit 226746a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 1 addition & 17 deletions .github/workflows/global-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -180,23 +181,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Replicating files (custom issues)
uses: derberg/[email protected]
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

Expand Down

0 comments on commit 226746a

Please sign in to comment.