Releases: matrix-org/mscbot-python
Releases · matrix-org/mscbot-python
0.1.7
0.1.6
Small bugfix release:
- Add and remove proposal-in-review and disposition-* labels when necessary while entering and exiting FCP/FCP proposed state.
- Switch the default place that the Dockerfile looks for the config file from
/config.yaml
to/config/config.yaml
, as the docs recommend mounting a config volume at/config
.
0.1.5
Bug fixes and new features 🎉
- The bot will now discover commands in Pull Request Review Comments.
- FCP Proposed can now be cancelled with 'fcp cancel'.
- Fixed a bug where the user who proposed an FCP would get their name overwritten when someone else added a concern.
- Remove 'proposal-in-review' label after FCP completion.
0.1.4
- UPSERT when creating timers
- Check for proposal labels before removing them
- Ensure we're acting on real status comments when processing edits
0.1.3
- Prevent list of tagged users being interpreted as concerns. This bug could prevent FCPs from starting.
0.1.2
- Handle \r\n as newlines in comment bodies
- Handle - being used for markdown lists in addition to *