From 4dec2d0e301c1352f3f1f85d5833c3cbd51577ce Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:41:07 +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 7f9c7c0..e547580 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 e3f08060572889bf6fb6187697fc1179e33bfc4e Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:41:07 +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 e547580..38f5f0a 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 095878ecc595551be3f5e485c859c2ae9109c8c9 Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:41:07 +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 0000000..4e5c8d8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/.github/workflows/repository-check.yml @DevExpress/devextreme-infrastructure