summaryrefslogtreecommitdiff
path: root/phabricator_tasks/tasks.py
AgeCommit message (Collapse)Author
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