-
Notifications
You must be signed in to change notification settings - Fork 5
39 lines (31 loc) · 1.06 KB
/
Copy pathcommits.yml
File metadata and controls
39 lines (31 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Commits
on:
pull_request:
permissions: {}
env:
CARGO_TERM_COLOR: always
jobs:
conventional:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
fetch-depth: 0
- name: Check Commit Messages
uses: webiny/action-conventional-commits@7f91b1595ca1951cdb671ddc9f07a49081ec5b69 # v1.4.2
with:
allowed-commit-types: "feat,fix,doc,refactor,test,ci,chore,fuzz,bench"
signatures:
name: Signatures
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
fetch-depth: 0
- name: Assert Commits are PGP-Signed
run: bash contrib/check-signatures.sh