From 0c91e3f16a171ee4442da2a9aece38a038d77533 Mon Sep 17 00:00:00 2001 From: Holt Skinner Date: Fri, 8 Aug 2025 12:29:15 +0100 Subject: [PATCH 1/2] ci: Add Conventional Commits GitHub Action Google GitHub App will be deprecated --- .github/workflows/conventional-commits.yml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/conventional-commits.yml diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml new file mode 100644 index 00000000..d23da45d --- /dev/null +++ b/.github/workflows/conventional-commits.yml @@ -0,0 +1,26 @@ +name: "Conventional Commits" + +on: + pull_request: + types: + - opened + - edited + - synchronize + +permissions: + contents: read + +jobs: + main: + permissions: + pull-requests: read + statuses: write + name: Validate PR Title + runs-on: ubuntu-latest + steps: + - name: semantic-pull-request + uses: amannn/action-semantic-pull-request@v5.5.3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + validateSingleCommit: false From 1bf6ca9b8a59935175543c0575c14c90700c73b0 Mon Sep 17 00:00:00 2001 From: Holt Skinner Date: Fri, 8 Aug 2025 12:30:04 +0100 Subject: [PATCH 2/2] Spelling --- .github/actions/spelling/allow.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index a8e08540..1216135c 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -9,6 +9,7 @@ agentic AGrpc aio aiomysql +amannn aproject ARequest ARun