1{2 "should_trigger_pass_rate": 1.0,3 "should_not_trigger_pass_rate": 1.0,4 "should_trigger_pass": "8/8",5 "should_not_trigger_pass": "5/5",6 "results": [7 {8 "query": "commit my staged changes with a feat: message about the new passkey enrollment flow",9 "should_trigger": true,
15 "query": "I've got some changes ready, help me write a commit message for the PM-45213 fix",
16 "should_trigger": true,
17 "triggers": 3,
18 "runs": 3,
19 "trigger_rate": 1.0
20 },
21 {
22 "query": "stage these files and commit them, this is a bug fix for the vault export timeout",
23 "should_trigger": true,
24 "triggers": 3,
25 "runs": 3,
26 "trigger_rate": 1.0
27 },
28 {
29 "query": "prepare a commit for this refactor, I don't have a ticket number yet",
30 "should_trigger": true,
31 "triggers": 3,
32 "runs": 3,
33 "trigger_rate": 1.0
34 },
35 {
36 "query": "git commit this, keep it short since it's just a followup to my last commit",
37 "should_trigger": true,
38 "triggers": 3,
39 "runs": 3,
40 "trigger_rate": 1.0
41 },
42 {
43 "query": "help me commit this security patch, not sure if it should be a fix or security type message",
44 "should_trigger": true,
45 "triggers": 3,
46 "runs": 3,
47 "trigger_rate": 1.0
48 },
49 {
50 "query": "I'm on main and want to commit this fix real quick",
51 "should_trigger": true,
52 "triggers": 3,
53 "runs": 3,
54 "trigger_rate": 1.0
55 },
56 {
57 "query": "wrap up these changes into a commit \u2014 should I run anything before staging?",
58 "should_trigger": true,
59 "triggers": 3,
60 "runs": 3,
61 "trigger_rate": 1.0
62 },
63 {
64 "query": "open a draft pr for me \u2014 the branch is fix/sync-crash and it tracks origin already, nothing left to commit",
65 "should_trigger": false,
66 "triggers": 0,
67 "runs": 3,
68 "trigger_rate": 0.0
69 },
70 {
71 "query": "what's the right t: label for adding tests to a previously untested service class? is it t:tech-debt or something else?",
72 "should_trigger": false,
73 "triggers": 0,
74 "runs": 3,
75 "trigger_rate": 0.0
76 },
77 {
78 "query": "explain how pull requests work in the bitwarden org \u2014 I'm new and trying to understand the review process",
79 "should_trigger": false,
80 "triggers": 0,
81 "runs": 3,
82 "trigger_rate": 0.0
83 },
84 {
85 "query": "address the PR review comments on #1234 \u2014 the reviewer flagged a race condition in the session middleware and I want to push back on one of them",
86 "should_trigger": false,
87 "triggers": 0,
88 "runs": 3,
89 "trigger_rate": 0.0
90 },
91 {
92 "query": "create a new branch for the PM-33210 work before I start coding, nothing to commit yet",