phab-bot does not trigger for uplift request form updates via Conduit API
Categories
(bugzilla.mozilla.org :: Phabricator Integration, defect, P3)
Tracking
()
People
(Reporter: sheehan, Assigned: sheehan)
References
Details
Attachments
(1 file)
Currently the uplift request flow requires using Phabricator to update the uplift form for a revision. This produces a Phabricator Feed story event, which phab-bot detects and makes changes to bugs/revisions based on the submitted content.
In bug 1982619 we are moving the form to Lando. The contents of the form submitted in Lando are then sent to Phabricator using the Conduit API. When updating the form in Phabricator via the Conduit API, a Phabricator Feed story event is not published, which means phab-bot will not detect the form change and changes to bugs/revisions will not be triggered.
We need to add the ability for phab-bot to detect when the content of the form has changed without using the Feed story text.
Comment 1•19 days ago
|
||
Comment 2•13 days ago
|
||
Authored by https://github.com/cgsheeh
https://github.com/mozilla-bteam/bmo/commit/fa013fc3a6f16c3a672280f44f1ee2248eeaf8f7
[master] Bug 1985621: trigger uplift changes when hash of last form changes
Description
•