From 629e5624e81b5c87391cb5e82180ae3efc183e24 Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow Date: Thu, 9 Jan 2025 10:34:00 +0530 Subject: [PATCH 1/3] SK-1772: Update commit message pattern --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47a7281e..2782733f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Check JIRA ID uses: gsactions/commit-message-checker@v1 with: - pattern: '\[?[A-Z]{1,5}-[1-9][0-9]*.+$' + pattern: '(\[?[A-Z]{1,5}-[1-9][0-9]*)|(\[AUTOMATED\])|(Merge)|(Release).+$' flags: 'gm' excludeDescription: 'true' checkAllCommitMessages: 'true' From c7bf642d095df231f9c69d15bcfe83c5347d8b36 Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow Date: Thu, 9 Jan 2025 10:42:53 +0530 Subject: [PATCH 2/3] SK-1772: Update python version --- .github/workflows/ci.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2782733f..2eebe757 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.7.1' - name: create-json id: create-json diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68d9b0a8..ac71a359 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.7.1' - name: create-json id: create-json From da96c39a4f78a86a1ab8c969eb6cc601cc52d87f Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow Date: Thu, 9 Jan 2025 10:45:16 +0530 Subject: [PATCH 3/3] SK-1772: Update python version --- .github/workflows/ci.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eebe757..06aa9a50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.7.1' + python-version: '3.8' - name: create-json id: create-json diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac71a359..48472e78 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.7.1' + python-version: '3.8' - name: create-json id: create-json