From 17218229eca0b04ca945a73dd787f3cca7b37c82 Mon Sep 17 00:00:00 2001 From: Volodumur Yatsenko <65122611+Volodumur-Yatsenko@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:02:13 +0300 Subject: [PATCH 1/6] Create pull_request_template.md --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..b13eec8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +## 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 aa396da640731d0c3941c84941aaa80ea275947c Mon Sep 17 00:00:00 2001 From: Volodumur Yatsenko <65122611+Volodumur-Yatsenko@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:41:02 +0300 Subject: [PATCH 2/6] Create CODEOWNERS --- .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 77685bbbcb524a00c7b91bc2c56580e7844c1617 Mon Sep 17 00:00:00 2001 From: Volodumur Date: Wed, 15 Apr 2026 18:00:02 +0300 Subject: [PATCH 3/6] delete codeowners --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index c9686c6..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -@softservedata From 598ed1a78552b7a99bc71f472227b1f5f693f590 Mon Sep 17 00:00:00 2001 From: Volodumur Date: Wed, 15 Apr 2026 18:04:25 +0300 Subject: [PATCH 4/6] delete mark down --- .github/pull_request_template.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index b13eec8..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ -## 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 4bca3ffbac33776f0d7ee54098f7825f8920bd13 Mon Sep 17 00:00:00 2001 From: Volodumur Date: Wed, 15 Apr 2026 22:42:53 +0300 Subject: [PATCH 5/6] change --- .github/workflows/discord.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/discord.yml diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml new file mode 100644 index 0000000..897ce50 --- /dev/null +++ b/.github/workflows/discord.yml @@ -0,0 +1,21 @@ +name: Discord PR Notification + +on: + pull_request: + types: [opened] + +on: + push: + pull_request: + types: [opened] + +jobs: + notify: + runs-on: ubuntu-latest + + steps: + - name: Send message to Discord + run: | + curl -X POST ${{ secrets.DISCORD_WEBHOOK }} \ + -H "Content-Type: application/json" \ + -d '{"content": "New PR created: ${{ github.event.pull_request.html_url }}"}' \ No newline at end of file From 849b5766a5285e7e2259f10977c72aab6eacdead Mon Sep 17 00:00:00 2001 From: Volodumur Date: Wed, 15 Apr 2026 22:52:13 +0300 Subject: [PATCH 6/6] add discord github actions --- src/.file | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/.file diff --git a/src/.file b/src/.file new file mode 100644 index 0000000..544de17 --- /dev/null +++ b/src/.file @@ -0,0 +1 @@ +dfgdfgasdasdфів \ No newline at end of file