From ccb0edc08e741f4afcc4a0a69268abfdb087eebd Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:40:34 +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 b68b9818f194e0bf7818f131f9fa603a5074f9ca Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:40:34 +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 804a5b5a3404ac1696cc2428e97c79d895730d3a Mon Sep 17 00:00:00 2001 From: ilyakhd <14272298+IlyaKhD@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:40:35 +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