Skip to content

Commit

Permalink
Merge pull request #424 from ebmdatalab/update-rex-report-columns
Browse files Browse the repository at this point in the history
Add extra columsn for Team REX daily report
  • Loading branch information
lucyb committed Jan 22, 2024
2 parents f728e17 + d48b949 commit cf5cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebmbot/job_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"report_format": "blocks",
},
"run_rex_report": {
"run_args_template": "python generate_report.py --project-num 14 --statuses 'Under Review' 'In Progress'",
"run_args_template": "python generate_report.py --project-num 14 --statuses 'In Progress' 'In Review' 'Blocked'",
"report_stdout": True,
"report_format": "blocks",
},
Expand Down

0 comments on commit cf5cc7c

Please sign in to comment.