We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc9895 commit 2cc54d8Copy full SHA for 2cc54d8
.github/workflows/tests.yml
@@ -32,6 +32,11 @@ jobs:
32
- name: Install Dependencies
33
run: bun install
34
35
+ - name: Validate PR Title Contains Valid Descriptor
36
+ run: bun ./scripts/verify-pr-title-has-valid-descriptor.ts
37
+ env:
38
+ TITLE: ${{ github.event.pull_request.title }}
39
+
40
- name: Validate Copyright Headers
41
run: bun ./scripts/verify-file-headers.ts
42
0 commit comments