From de5de6d8ba09eb4d3eed5d05b32782791775d57f Mon Sep 17 00:00:00 2001 From: "mucahid.dogan" Date: Mon, 12 May 2025 14:04:09 +0300 Subject: [PATCH 1/3] CICD test commit --- IyzipayBootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IyzipayBootstrap.php b/IyzipayBootstrap.php index a12c40a7..69f3ba48 100644 --- a/IyzipayBootstrap.php +++ b/IyzipayBootstrap.php @@ -181,4 +181,4 @@ public function loadClass($className) require ($this->_includePath !== null ? $this->_includePath . DIRECTORY_SEPARATOR : '') . $fileName; } } -} \ No newline at end of file +} From a92600c49ab65eed14a8da8b1f7345e9ede4bbca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCcahid=20Do=C4=9Fan?= Date: Tue, 13 May 2025 10:35:32 +0300 Subject: [PATCH 2/3] github-ci-test branch update (#208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * CICD test commit (#206) Co-authored-by: mucahid.dogan * Pipeline Commit * CICD Pipeline Update * Update github_master.yml (#207) Signed-off-by: Mücahid Doğan * Update github_master.yml Signed-off-by: Mücahid Doğan * Update github_master.yml Signed-off-by: Mücahid Doğan --------- Signed-off-by: Mücahid Doğan Co-authored-by: iyzico-ci --- .github/workflows/github_master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_master.yml b/.github/workflows/github_master.yml index 795d57c4..5610ec74 100644 --- a/.github/workflows/github_master.yml +++ b/.github/workflows/github_master.yml @@ -37,7 +37,7 @@ jobs: run: | set -e git config user.name "iyzico-ci" - git config user.email iyzico-ci@iyzico.com + git config user.email "iyzico-ci@iyzico.com" git add . git commit -m "Automatic commit by iyzico-ci v${{env.NEW_RELEASE}}" git push origin master From 1fca9f81facce674ca32419c947ec524e09efad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCcahid=20Do=C4=9Fan?= Date: Tue, 13 May 2025 10:39:26 +0300 Subject: [PATCH 3/3] Update github_master.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mücahid Doğan --- .github/workflows/github_master.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github_master.yml b/.github/workflows/github_master.yml index 5610ec74..349439cd 100644 --- a/.github/workflows/github_master.yml +++ b/.github/workflows/github_master.yml @@ -9,6 +9,9 @@ on: push: branches: [ "master" ] +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest