diff options
| author | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-07-31 13:14:53 -0400 |
|---|---|---|
| committer | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-07-31 13:14:53 -0400 |
| commit | ab3b79c488ba7cebfd42ce614590247e9428b32a (patch) | |
| tree | c35c75101cbb112e9708812485e591fe3ce51016 /.local/bin/jira-CR.php | |
| parent | 3374a3981538c0615ebfe36fc55a408f18d2bd17 (diff) | |
| download | dotfiles-ab3b79c488ba7cebfd42ce614590247e9428b32a.tar.gz | |
improve dotfiles
Diffstat (limited to '.local/bin/jira-CR.php')
| -rwxr-xr-x | .local/bin/jira-CR.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/jira-CR.php b/.local/bin/jira-CR.php index 6e665ea..88b91da 100755 --- a/.local/bin/jira-CR.php +++ b/.local/bin/jira-CR.php @@ -250,7 +250,7 @@ foreach ($prs_json as $pr) { file_put_contents("/tmp/jira-CR.html", $html, FILE_APPEND); } } -[$tickets, $ticketLabels] = get_jira(['Pending Sign Off', 'Signed Off']); +[$tickets, $ticketLabels] = get_jira(['Pending Sign Off', 'Signed Off', 'Ready To Deploy']); echo "\n"; foreach ($prs_json as $pr) { [$terminal, $html] = process_pr($pr, $tickets, $ticketLabels, true); |
