Abid H. Mujtaba
Abid H. Mujtaba
When I compose and send an email using sup (configured to use msmtp) the email is sent but it is not stored/saved in the specified Maildir and doesn't show up...
This will allow you to trigger actions based on the contents of a comment, possibly by at-mentioning the bot.
At multiple locations in the code base the tool assumes that every event has an `action` property in its `payload` (see [example](https://github.com/mergeability/mergeable/blob/a43040026c495f5ab39d4a28036dc5a16acdf5b1/lib/flex/lib/createPromises.js#L6)). There a number of events which do not...
My PRs often have long-running CI and linter checks. These don't work with the *merge* action in this bot since the bot has no way to validate and block based...
User Story: An author creates a PR but does **not** ask for a review (explicitly). I want a validator based on the number of reviews requested to trigger adding a...
The app makes a request to the Github (enterprise) API using `'user-agent': 'probot/12.3.3 octokit-core.js/3.6.0 Node.js/18.18.2 (linux; x64)'` the merge request is rebuffed because the PR is still a draft. This...
Full disclosure, I tried to make this work by creating a dummy group: ```text define_group _: animate_100 pause ``` and then used `run_groups_together _` which works out fairly well and...
I am creating an animation where multiple messages (envelope svg) are moving around in a system. I would like to be able to use a single svg file but have...
This fixes an error that occurs if the tool is run without a `frames` folder existing already. Resolves #6
Running the tool in a location where the `frames/` sub-folder doesn't already exists results in the following error: ```console [Error: ENOENT: no such file or directory, stat './/frames'] { errno:...