From 365d8083ade5cd46546020ebfb8841d946ad4540 Mon Sep 17 00:00:00 2001 From: Vladislav Kuznetsov Date: Fri, 5 Jul 2024 17:43:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=BA=D1=82=D1=83=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BE=D0=BA=D1=80=D1=83=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F,=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B9,=20github=20=D0=B4=D0=B5=D0=B9=D1=81=D1=82?= =?UTF-8?q?=D0=B2=D0=B8=D0=B9,=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80=D0=B0=20?= =?UTF-8?q?=D0=B8=20=D1=82=D0=B0=D0=BA=20=D0=B4=D0=B0=D0=BB=D0=B5=D0=B5=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D0=BD=D0=B0=D1=87=D0=B0=D0=BB?= =?UTF-8?q?=D0=B0=20=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B1=D0=BE=D1=82=D0=BE=D0=BC=20"Protego=20Tota?= =?UTF-8?q?lum".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release-drafter.yml | 7 ++++--- .github/workflows/ci.yml | 3 +++ .github/workflows/release_draft.yml | 7 ------- .gitignore | 1 + .idea/runConfigurations/ProtegoTotalumBotApp.xml | 2 +- docker/postgres/Dockerfile | 3 ++- pt-database/src/main/resources/database.yml | 16 ++++++++-------- .../{LeoBotApp.kt => ProtegoTotalumBotApp.kt} | 4 ++-- pt-discord/src/main/resources/application.yml | 2 +- .../2023.1/db.2023.1-create_tables.yaml | 4 ++-- 10 files changed, 24 insertions(+), 25 deletions(-) rename pt-discord/src/main/kotlin/io/github/hogwartsschoolofmagic/{LeoBotApp.kt => ProtegoTotalumBotApp.kt} (90%) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index ca6c268..d12c565 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -18,9 +18,10 @@ categories: - title: '🪲 Исправления ошибок' label: '🪲 type: bug' - title: '🧰 Обслуживание' - label: - - '🧰 type: maintenance' - - '🧰 type: refactoring' + labels: [ + '🧰 type: maintenance', + '🧰 type: refactoring' + ] - title: '📖 Документация' label: '📖 type: documentation' - title: '📝 Другие изменения' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9950ad..8875ba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,9 @@ name: CI on: workflow_dispatch: + push: + branches: + - master pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index 45d71dc..e7a09de 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -2,13 +2,6 @@ name: Release Draft on: workflow_dispatch: - #push: - # branches: - # - master - #pull_request: - # types: [ opened, reopened, synchronize ] - #pull_request_target: - # types: [ opened, reopened, synchronize ] jobs: update_release_draft: diff --git a/.gitignore b/.gitignore index 7c7b760..1592478 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ .idea/sonarlint.xml .idea/vcs.xml .idea/git_toolbox_prj.xml +.idea/uiDesigner.xml ### Gradle ### **/.gradle/ diff --git a/.idea/runConfigurations/ProtegoTotalumBotApp.xml b/.idea/runConfigurations/ProtegoTotalumBotApp.xml index df50123..955d87c 100644 --- a/.idea/runConfigurations/ProtegoTotalumBotApp.xml +++ b/.idea/runConfigurations/ProtegoTotalumBotApp.xml @@ -1,7 +1,7 @@ -