From 2e657abc11ee5897682528aee2e0ca36a5552d5c Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Jul 2025 17:37:44 +0500 Subject: [PATCH] workflows --- .github/dependabot.yml | 2 +- .github/workflows/test.yml | 25 ------------------- ...RANSLATING.md => README_IF_TRANSLATING.md} | 0 3 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 .github/workflows/test.yml rename kubejs/{README IF TRANSLATING.md => README_IF_TRANSLATING.md} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 223ed0f22..83663b611 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: "weekly" labels: - - "Type: Dependencies" + - "Pull request: Dependencies" groups: dependencies: applies-to: version-updates diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index facc02b57..000000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Project Modpack News -run-name: "📰 Project Modpack News #${{ github.run_number }}" -on: - workflow_dispatch: - inputs: - project_version: - type: string - -jobs: - discord-message: - name: 📱 Discord Message - runs-on: ubuntu-latest - steps: - - - name: 📨 Send Discord message - uses: hugoalh/send-discord-webhook-ghaction@v7.0.5 - with: - key: ${{ secrets.DISCORD_RELEASES }} - username: "TerraFirmaGreg" - avatar_url: "https://raw.githubusercontent.com/TerraFirmaGreg-Team/.github/main/branding/logo.png" - allowed_mentions_parse_roles: true - content_links_no_embed: .+ - content: | - "test" - @Modern-Team \ No newline at end of file diff --git a/kubejs/README IF TRANSLATING.md b/kubejs/README_IF_TRANSLATING.md similarity index 100% rename from kubejs/README IF TRANSLATING.md rename to kubejs/README_IF_TRANSLATING.md