Closed tsmethurst closed 1 month ago
If this is a code change, please include a summary of what you've coded, and link to the issue(s) it closes/implements. If this is a documentation change, please briefly describe what you've changed and why.
If this is a code change, please include a summary of what you've coded, and link to the issue(s) it closes/implements.
If this is a documentation change, please briefly describe what you've changed and why.
This pull request implements setting interaction policy on a new status using the interaction_policy field.
interaction_policy
Also updates the creates status tests, because my god, those were out of date.
Please put an x inside each checkbox to indicate that you've read and followed it: [ ] -> [x]
[ ]
[x]
If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).
go fmt ./...
golangci-lint run
Description
This pull request implements setting interaction policy on a new status using the
interaction_policy
field.Also updates the creates status tests, because my god, those were out of date.
Checklist
Please put an x inside each checkbox to indicate that you've read and followed it:
[ ]
->[x]
If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).
go fmt ./...
andgolangci-lint run
.