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 }}