mergeable
mergeable copied to clipboard
π€ All the missing GitHub automation π π
Adding a newest_only boolean setting to commit validation as we require last commits to contain [patch|minor|major|no-version] for auto-versioning.
If all criteria pass, the pr is merged even before the pipeline has started. Is there any way to check if the pipeline already ran? ```version: 2 mergeable: - when:...
Example of config is here: https://github.com/deltachat/deltachat-core-rust/blob/5f779ca9b2fd8f798feac880438e6a840fa35798/.github/mergeable.yml Even when changelog is not required or provided, mergeable still fails in [`must_include`](https://github.com/mergeability/mergeable/blob/8458229a59c7a36e0e5ab44ae1ac9f3f00588e73/lib/validators/options_processor/options/must_include.js) check with "Input type invalid, expected either string or array of...
Hello, When trying to use your recipe for draft PR, mergeable throws an error saying that **validator does not support payload**. Error on mergeable action ``` Invalid Filters or Validators...
Despite the regex expression in the yml file is `case-sensitive`, the CI handles the PR title as `case-insensitive` mergeable.yml ```yml must_include: regex: ^((DEV)-[\d]{1,6})\:.+$ message: 'Add JIRA issue key' ``` Both...
Hello! I have a problem using mergeable. When I try to push to a mergeable protected branch I get the message "Required status check "Mergeable" is expected.". But it's just...
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Hi, It would be useful if we could support [issue_comment](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#issue_comment) in filters: https://github.com/mergeability/mergeable/blob/7d9efc55ba0d1d5f251aea8bc79a54e0e580a4e5/lib/filters/payload.js#L23-L30 The use case is developers can just add a comment `merge` to trigger the `merge` action ```...
This action runs GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities. https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql https://github.com/ossf/scorecard/blob/main/docs/checks.md#sast Signed-off-by: naveensrinivasan
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they wonβt be able to do much. -...