Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete issue tracker policy migration (google#504). (google#573)
- Remove one last case of bots using issue tracker code in create_user_uploaded_testcase. upload_task called this, which wrote a comment into any associated issue that the testcase is being analyzed. This doesn't really make sense for multiple testcases, so the comment updating part is moved out into upload_testcase.py - Move issue_management to src/appengine. - Convert cleanup and triage to use issue_tracker_policy. Chromium specific labels (e.g. predator and release block) are left as-is. - Simply special labels (e.g. reported, security_severity) for configs. - Fold label_utils functions into where they are used.
- Loading branch information