Files
rust/src/tools
kennytm 66ae3131fc publish_toolstate.py: further fix the runtime errors
The regex was missing a `,`, causing `relevant_pr_match` to become None
and set the PR number to -1 and assigned the new issue to
`@<unknown user>`. This causes the 422 error when creating the issue due
to invalid assignee and unable to leave the tool-is-broken comment since
PR -1 does not exist.

The default user names are now also changed to @ghost to prevent the
422 error in case anything goes wrong again.
2019-02-17 23:39:50 +08:00
..
2019-02-10 18:36:00 +01:00
2019-02-03 22:45:52 +09:00
2019-02-10 23:57:26 +00:00
2019-01-30 12:58:33 +01:00