From 202c0f238f088b5d931a1d24cb92362f7dc62527 Mon Sep 17 00:00:00 2001 From: Konstantin Khablo Date: Wed, 24 Dec 2025 10:37:43 +0200 Subject: [PATCH 1/9] Add a script to greet DevOps --- 1.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1.sh diff --git a/1.sh b/1.sh new file mode 100644 index 0000000..c4164ba --- /dev/null +++ b/1.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo "Hello Devops!!!" From 7f4bcf3e5211674f21b6552e715a325262ad33fd Mon Sep 17 00:00:00 2001 From: Hablo112 Date: Wed, 24 Dec 2025 10:47:42 +0200 Subject: [PATCH 2/9] initial commit --- 1.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 1.sh diff --git a/1.sh b/1.sh new file mode 100644 index 0000000..f6a7665 --- /dev/null +++ b/1.sh @@ -0,0 +1 @@ +Hello group!!! From 2af8b000879e806ef337e3d6d808944ae1ed2e16 Mon Sep 17 00:00:00 2001 From: Konstantin Khablo Date: Wed, 24 Dec 2025 11:52:38 +0200 Subject: [PATCH 3/9] Add CODEOWNERS file with softservedata --- .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..c9686c6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@softservedata From f5bbbc884fbf024ae78115bd9985c2660daeabb4 Mon Sep 17 00:00:00 2001 From: Konstantin Khablo Date: Wed, 24 Dec 2025 12:00:55 +0200 Subject: [PATCH 4/9] Add pull request template for contributions --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..378b862 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Describe your changes + +## Issue ticket number and link + +## Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] Do we need to implement analytics? +- [ ] Will this be part of a product update? If yes, please write one phrase about this update From a647ebecf590d01a539907eb42f7905a463b63ec Mon Sep 17 00:00:00 2001 From: Konstantin Khablo Date: Wed, 24 Dec 2025 15:42:48 +0200 Subject: [PATCH 5/9] Update CODEOWNERS to use wildcard for ownership --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c9686c6..e32a21f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -@softservedata +* @softservedata From 89a8ed2c4b576835b02c8dd1d9c62f601ff8774e Mon Sep 17 00:00:00 2001 From: Konstantin Khablo Date: Wed, 24 Dec 2025 16:18:39 +0200 Subject: [PATCH 6/9] Delete 1.sh --- 1.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 1.sh diff --git a/1.sh b/1.sh deleted file mode 100644 index 818f633..0000000 --- a/1.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -echo "Hello Devops!!!" \ No newline at end of file From cfc5ca129e607aeffe58155c2ff1fbb68b67a44c Mon Sep 17 00:00:00 2001 From: Konstantin Khablo Date: Wed, 24 Dec 2025 16:19:18 +0200 Subject: [PATCH 7/9] Fix CODEOWNERS syntax for softservedata --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e32a21f..aa58bbb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @softservedata +*@softservedata From d622cf4183ef9d2fb44c825a3cba9077e70e9bea Mon Sep 17 00:00:00 2001 From: Hablo112 Date: Thu, 25 Dec 2025 10:50:46 +0200 Subject: [PATCH 8/9] discord --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f95131..7e3242d 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,4 @@ 8. For github actions: - create PAT (Personal Access Token) with **Full control of private repositories** and **Full control of orgs and teams, read and write org projects** - add to repository actions secrets key with the name `PAT` and the value of the created PAT +DISCORD !!! \ No newline at end of file From 18cbf0e97698863306e63b3cf88ea37bf43ac5a4 Mon Sep 17 00:00:00 2001 From: Hablo112 Date: Thu, 25 Dec 2025 11:06:48 +0200 Subject: [PATCH 9/9] discord --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3242d..a97f9de 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ 8. For github actions: - create PAT (Personal Access Token) with **Full control of private repositories** and **Full control of orgs and teams, read and write org projects** - add to repository actions secrets key with the name `PAT` and the value of the created PAT -DISCORD !!! \ No newline at end of file +DISCORD !!!test \ No newline at end of file