mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-10 23:42:26 +05:30
981bd089b5
Added docstring for main.py script and updated it to only invoke update_titles function if the file was run directly. Added initial tests for titles updater script.
21 lines
532 B
JSON
21 lines
532 B
JSON
{
|
|
"titles": [
|
|
"ranting about jira",
|
|
"siting in a meeting",
|
|
"squashing bugs",
|
|
"centering divs",
|
|
"waiting for staging deployment",
|
|
"writing tests",
|
|
"pushing directly to prod",
|
|
"doing code review",
|
|
"deleting jira tickets",
|
|
"Creating a pull request",
|
|
"forgot to run DB migrations",
|
|
"Broke production",
|
|
"running on staging ENV",
|
|
"merging git branches",
|
|
"releasing the MVP",
|
|
"finding JIRA tickets"
|
|
]
|
|
}
|