Skip to content

Releases: matrix-org/mscbot-python

0.1.7

08 Mar 01:15
0.1.7
Compare
Choose a tag to compare

New feature:

  • Add a concern label when an outstanding concern is added to a proposal.

0.1.6

05 Oct 14:20
v0.1.6
Compare
Choose a tag to compare

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

16 Sep 10:46
v0.1.5
Compare
Choose a tag to compare

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

27 Apr 17:07
0.1.4
Compare
Choose a tag to compare
  • 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

27 Apr 17:06
0.1.3
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Prevent list of tagged users being interpreted as concerns. This bug could prevent FCPs from starting.

0.1.2

27 Apr 12:56
0.1.2
Compare
Choose a tag to compare
  • Handle \r\n as newlines in comment bodies
  • Handle - being used for markdown lists in addition to *