From 0e776ffa1b1524b570e48889262881abfa531ff6 Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:40:23 +0300 Subject: [PATCH 1/3] =?UTF-8?q?chore(ci):=20=E2=9C=A8=20run=20health-check?= =?UTF-8?q?=20on=20a=204x/day=20schedule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/health-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/health-check.yml b/.github/workflows/health-check.yml index 7f9c7c0c..e5475805 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/health-check.yml @@ -2,6 +2,8 @@ name: Health Check on: workflow_dispatch: + schedule: + - cron: '0 */6 * * *' push: branches: - master From 28d2e116b53e0bbe67cf47ca92ed8dcf12298e7e Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:40:24 +0300 Subject: [PATCH 2/3] =?UTF-8?q?chore(ci):=20=E2=9C=A8=20rename=20workflow?= =?UTF-8?q?=20and=20file=20to=20"Repository=20Check"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{health-check.yml => repository-check.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{health-check.yml => repository-check.yml} (91%) diff --git a/.github/workflows/health-check.yml b/.github/workflows/repository-check.yml similarity index 91% rename from .github/workflows/health-check.yml rename to .github/workflows/repository-check.yml index e5475805..38f5f0a7 100644 --- a/.github/workflows/health-check.yml +++ b/.github/workflows/repository-check.yml @@ -1,4 +1,4 @@ -name: Health Check +name: Repository Check on: workflow_dispatch: From 57301f4ea1f688c205623f47d4ce74a34a6f0e1b Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:40:24 +0300 Subject: [PATCH 3/3] =?UTF-8?q?chore(ci):=20=E2=9C=A8=20require=20infrastr?= =?UTF-8?q?ucture=20team=20review=20for=20repository-check.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..4e5c8d8e --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/.github/workflows/repository-check.yml @DevExpress/devextreme-infrastructure