File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Conventional PR Title
3+
4+ on :
5+ pull_request :
6+ paths :
7+ - " .github/workflows/pr_conventional-title.yaml"
8+ - " rust/cert-tools"
9+
10+ jobs :
11+ check :
12+ name : Ensure PR title is conventional
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+ with :
17+ persist-credentials : false
18+ submodules : recursive
19+ - shell : bash
20+ env :
21+ PULL_REQUEST_TITLE : ${{ github.event.pull_request.title }}
22+ run : |
23+ echo "$PULL_REQUEST_TITLE" > pull_request_title
24+ - uses : crate-ci/committed@dc6f20ddd899fe6d6f0402807884c0a4b3176b53 # v1.1.10
25+ with :
26+ args : --commit-file pull_request_title --config rust/cert-tools/committed.toml -vv --no-merge-commit
Original file line number Diff line number Diff line change 1+ style = " conventional"
2+ allowed_scopes = [" cert-tools" ]
You can’t perform that action at this time.
0 commit comments