From a6af81350af14d9ed0d56fc13c5b246f938bd45b Mon Sep 17 00:00:00 2001 From: Brent Champion Date: Tue, 9 Sep 2025 10:13:04 -0400 Subject: [PATCH 1/3] ci: enforce conventional commit format --- .github/workflows/conventional-commit.yml | 13 +++++++++++++ 1 file changed, 13 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 00000000..fba7925d --- /dev/null +++ b/.github/workflows/conventional-commit.yml @@ -0,0 +1,13 @@ +name: Conventional Commits + +on: + pull_request: + branches: [ master ] + +jobs: + build: + name: Conventional Commits + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: webiny/action-conventional-commits@v1.4.2 \ No newline at end of file From 8021dbce128b279cce0046d555dc5ad0603699c4 Mon Sep 17 00:00:00 2001 From: Brent Champion Date: Tue, 9 Sep 2025 10:14:10 -0400 Subject: [PATCH 2/3] run on pull requests again development branch --- .github/workflows/conventional-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index fba7925d..eb4cf311 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -2,7 +2,7 @@ name: Conventional Commits on: pull_request: - branches: [ master ] + branches: [ development ] jobs: build: From 3e638f5caaf7806f2883b8e06bf624e548f6b3ea Mon Sep 17 00:00:00 2001 From: Brent Champion Date: Tue, 9 Sep 2025 10:18:18 -0400 Subject: [PATCH 3/3] run v1.3.0 --- .github/workflows/conventional-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index eb4cf311..fe9a2355 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -10,4 +10,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: webiny/action-conventional-commits@v1.4.2 \ No newline at end of file + - uses: webiny/action-conventional-commits@v1.3.0 \ No newline at end of file