summaryrefslogtreecommitdiff
path: root/phabricator_tasks/tasks.py
AgeCommit message (Collapse)Author
2024-12-08Remove tagging of uncategorized tasksHEADmainDaniil Baturin
Now we can simply search by that field
2024-12-08Remove tagging by difficulty levelDaniil Baturin
That field is no longer used
2024-12-08Remove the code for adding "Bug" tagDaniil Baturin
That is not longer necessary with support for searching by custom fields
2024-10-28Disable the part about tagging tasks as bugsDaniil Baturin
until the cause of false assignments is found
2024-10-14Fix quotes in the Phorge task scriptDaniil Baturin
2024-09-16Add logic for tagging tasks based on their issue type and difficulty levelDaniil Baturin
for ease of searching until Phorge adds native support for searching by custom fields
2024-07-02Get the task unassigning workflow to work correctlyDaniil Baturin
and give the code a clean-up (more clean-up is coming)
2024-06-28fix python import for github actionrebortg
2024-06-28fix typo in variablerebortg
2024-06-20redesign data extractor and sepparation in get_task_data.py and tasks.py for ↵rebortg
thw workflows
2024-04-09add '--dry' paramter to just do a dry run without closing the taskrebortg
2024-04-07refactore finish detection and prevent task from false closing if it in just ↵rebortg
one project
2024-03-07create phabricator tasks autoclose scriptrebortg