From 8f46b12c884d6a5b621359014a2ff82382d5faf3 Mon Sep 17 00:00:00 2001 From: ByteCorum <164874887+ByteCorum@users.noreply.github.com> Date: Sat, 4 May 2024 10:34:21 +0300 Subject: [PATCH 1/2] bot test --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7c0524..28d5d56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,3 +30,4 @@ set(CMAKE_CXX_STANDARD 17) # Install rules (optional) install(TARGETS DragonBurn DESTINATION bin) + From b6d2ca8e7ce5ef0edf63aff865d406146f9862a1 Mon Sep 17 00:00:00 2001 From: ByteCorum <164874887+ByteCorum@users.noreply.github.com> Date: Sat, 4 May 2024 10:54:09 +0300 Subject: [PATCH 2/2] bot test --- .github/workflows/issues.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index cf08231..d7267d2 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -18,4 +18,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, body: 'Thanks for using our software! We will look into and fix your issue asap also, if CS2 was recently updated wait for an up-to-date fix, cuz often game updates break cheats.' - }) \ No newline at end of file + }) + \ No newline at end of file