merge-bot icon indicating copy to clipboard operation
merge-bot copied to clipboard

A GitHub action that manages pull request integrations

Results 19 merge-bot issues
Sort by recently updated
recently updated
newest added

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

**Is your feature request related to a problem? Please describe.** When validating checks is enabled (default), the Action is not re-run when the checks complete. **Describe the solution you'd like**...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

If the creator of a pull request makes a top level comment on their own PR, then the "reviews required" check will never pass. This pull request remedies that by...

ready

I would like to have a crontab style rule that we can use to specify time intervals where merging is allowed/prohibited. It seems that the framework of this bot would...

**Is your feature request related to a problem? Please describe.** I am using `merge-bot` to merge Dependabot pull requests and often I want to mark several of them as ready...

**Is your feature request related to a problem? Please describe.** merge queues are most useful in workflows that take time. For instance... running the CI pipeline for unit and e2e...