We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a46a57 + 1d8f92e commit fd283e5Copy full SHA for fd283e5
3 files changed
.github/actions/spelling/allow.txt
@@ -9,6 +9,7 @@ agentic
9
AGrpc
10
aio
11
aiomysql
12
+amannn
13
aproject
14
ARequest
15
ARun
.github/workflows/conventional-commits.yml
@@ -0,0 +1,26 @@
1
+name: "Conventional Commits"
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - edited
8
+ - synchronize
+permissions:
+ contents: read
+jobs:
+ main:
+ permissions:
16
+ pull-requests: read
17
+ statuses: write
18
+ name: Validate PR Title
19
+ runs-on: ubuntu-latest
20
+ steps:
21
+ - name: semantic-pull-request
22
+ uses: amannn/action-semantic-pull-request@v5.5.3
23
+ env:
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
+ with:
26
+ validateSingleCommit: false
error_handlers.py
0 commit comments