From 2d0a876e35102d4f6ad3d19494981905aabdbdf5 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Fri, 16 May 2025 00:58:30 +0500 Subject: [PATCH] github --- .github/dependabot.yml | 2 +- .github/workflows/build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff9c78233..223ed0f22 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: "weekly" labels: - - "1. Type: Dependencies" + - "Type: Dependencies" groups: dependencies: applies-to: version-updates diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad306d0ce..0631371f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -387,10 +387,10 @@ jobs: fi echo "✔️ All artifacts found" - - name: 🚫 Сlose fixed in dev + - name: 🚫 Сlose label "Done" uses: Xikaro/close-issues-based-on-label@master env: - LABEL: "2. Status: In Dev" + LABEL: "Status: Done" COMMENT: In ${{ needs.info.outputs.project_version }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}