From 767e5a168d757fc76fe99248afc63b501b0cbb39 Mon Sep 17 00:00:00 2001 From: Zottelchen Date: Thu, 29 Jun 2023 16:49:06 +0200 Subject: [PATCH] update Github --- .github/ISSUE_TEMPLATE/1_missing_ids.yml | 2 ++ .github/ISSUE_TEMPLATE/2_new_category.yml | 2 ++ .github/ISSUE_TEMPLATE/3_wrong_category.yml | 2 ++ .github/ISSUE_TEMPLATE/4_feature_request.md | 2 ++ .github/ISSUE_TEMPLATE/5_bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/workflows/package.yaml | 1 + 7 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_missing_ids.yml b/.github/ISSUE_TEMPLATE/1_missing_ids.yml index de828f6..c851909 100644 --- a/.github/ISSUE_TEMPLATE/1_missing_ids.yml +++ b/.github/ISSUE_TEMPLATE/1_missing_ids.yml @@ -2,6 +2,8 @@ name: 1. Missing Items/IDs πŸ™ˆ description: Send in some Items/IDs to add to existing categories title: "Missing IDs" labels: ["missing ids"] +assignees: + - Zottelchen body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/2_new_category.yml b/.github/ISSUE_TEMPLATE/2_new_category.yml index 0324676..b06e7b1 100644 --- a/.github/ISSUE_TEMPLATE/2_new_category.yml +++ b/.github/ISSUE_TEMPLATE/2_new_category.yml @@ -2,6 +2,8 @@ name: 2. New Category βž•1️⃣ description: Send in some Items/IDs to add to a new category title: "New Category: " labels: ["new category"] +assignees: + - Zottelchen body: - type: input id: category diff --git a/.github/ISSUE_TEMPLATE/3_wrong_category.yml b/.github/ISSUE_TEMPLATE/3_wrong_category.yml index 24759a3..339ca86 100644 --- a/.github/ISSUE_TEMPLATE/3_wrong_category.yml +++ b/.github/ISSUE_TEMPLATE/3_wrong_category.yml @@ -2,6 +2,8 @@ name: 3. Items/IDs in the wrong category πŸ§€ description: Send in some Items/IDs which are in the wrong category title: "Items in wrong category" labels: ["bug"] +assignees: + - Zottelchen body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/4_feature_request.md b/.github/ISSUE_TEMPLATE/4_feature_request.md index 05f474e..4fe1e10 100644 --- a/.github/ISSUE_TEMPLATE/4_feature_request.md +++ b/.github/ISSUE_TEMPLATE/4_feature_request.md @@ -3,6 +3,8 @@ name: 4. Feature request πŸ’‘ about: Suggest an idea for this project title: '' labels: enhancement +assignees: + - Zottelchen --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/ISSUE_TEMPLATE/5_bug_report.md b/.github/ISSUE_TEMPLATE/5_bug_report.md index c35a9ff..506928f 100644 --- a/.github/ISSUE_TEMPLATE/5_bug_report.md +++ b/.github/ISSUE_TEMPLATE/5_bug_report.md @@ -3,6 +3,8 @@ name: 5. Bug report 🐞 about: Create a report to help us improve title: '' labels: bug +assignees: + - Zottelchen --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ac36dc1..feae972 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - name: Addon on CurseForge - url: https://www.curseforge.com/wow/addons/adibags-shadowlands + url: https://www.curseforge.com/wow/addons/adibags-legion about: Alternatively feel free to leave a comment on the CurseForge Page - sometimes it even sends me an email... - name: Send me a personal message on CurseForge - url: https://www.curseforge.com/private-messages/send?recipient=zottelchen + url: https://legacy.curseforge.com/private-messages/send?recipient=Zottelchen about: Another way to get in contact with me. \ No newline at end of file diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index bd441dd..9248473 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -60,6 +60,7 @@ jobs: BLIZZARD_API_SECRET: ${{ secrets.BLIZZ_SECRET }} GITHUB_GIST_TOKEN: ${{ secrets.GIST_TOKEN }} APPRISE_ADDON_LOCALE: ${{ secrets.APPRISE_ADDON_LOCALE }} + APPRISE_ITEM_CACHE: ${{ secrets.APPRISE_ITEM_CACHE }} - name: 😎Stylua uses: JohnnyMorganz/stylua-action@v2 with: