From 0dd4ef3712ebcd4a49895d4b51defc54ba0f3c62 Mon Sep 17 00:00:00 2001 From: wadii Date: Tue, 19 Aug 2025 16:23:40 +0200 Subject: [PATCH 1/4] ci: add-conventional-commit-check-action --- .github/workflows/conventional-commit.yml | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/conventional-commit.yml diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml new file mode 100644 index 0000000..2c69917 --- /dev/null +++ b/.github/workflows/conventional-commit.yml @@ -0,0 +1,29 @@ +name: Conventional Commit + +on: + pull_request: + types: + - edited + - opened + +jobs: + conventional-commit: + name: Conventional Commit + runs-on: depot-ubuntu-latest + steps: + - name: Check PR Conventional Commit title + uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + types: | + feat + fix + infra + ci + docs + deps + perf + refactor + test + chore \ No newline at end of file From fcf766c5e41c8bd05f4842d7acf444be1b986461 Mon Sep 17 00:00:00 2001 From: wadii Date: Tue, 19 Aug 2025 16:28:29 +0200 Subject: [PATCH 2/4] ci: use-ubuntu --- .github/workflows/conventional-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index 2c69917..6001a71 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -9,7 +9,7 @@ on: jobs: conventional-commit: name: Conventional Commit - runs-on: depot-ubuntu-latest + runs-on: ubuntu-latest steps: - name: Check PR Conventional Commit title uses: amannn/action-semantic-pull-request@v5 @@ -26,4 +26,4 @@ jobs: perf refactor test - chore \ No newline at end of file + chore From 92f3482a1daf16869927aa5a8ebe7682b42dc29d Mon Sep 17 00:00:00 2001 From: wadii Date: Tue, 19 Aug 2025 16:31:57 +0200 Subject: [PATCH 3/4] ci: refresh-file --- .../{conventional-commit.yml => conventional-commit-new.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{conventional-commit.yml => conventional-commit-new.yml} (100%) diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit-new.yml similarity index 100% rename from .github/workflows/conventional-commit.yml rename to .github/workflows/conventional-commit-new.yml From 8abd69668e646d043e079f00c48aa8f0b3c8ee52 Mon Sep 17 00:00:00 2001 From: wadii Date: Tue, 19 Aug 2025 16:33:57 +0200 Subject: [PATCH 4/4] ci: reverted-name --- .../{conventional-commit-new.yml => conventional-commit.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{conventional-commit-new.yml => conventional-commit.yml} (100%) diff --git a/.github/workflows/conventional-commit-new.yml b/.github/workflows/conventional-commit.yml similarity index 100% rename from .github/workflows/conventional-commit-new.yml rename to .github/workflows/conventional-commit.yml