diff options
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); |
