action-dependabot-auto-merge icon indicating copy to clipboard operation
action-dependabot-auto-merge copied to clipboard

Automatically merge Dependabot PRs when version comparison is within range

Results 68 action-dependabot-auto-merge issues
Sort by recently updated
recently updated
newest added

Any ideas why I might getting the following error? `Error: Input required and not supplied: github-token` I've followed the README example and set the github-token. My `automerge.yml` looks like this:...

Is it possible to use the github provided token (instead of a PAT) with permissions (for a privately hosted repository using pull_request_target)? If so, what are the permissions that are...

``` using workflow's "target": - match: dependency_type: all update_type: 'semver:minor' title: "Bump ahmadnassri/action-dependabot-auto-merge from v2.1.4 to v2.2" depName: ahmadnassri/action-dependabot-auto-merge Warning: failed to parse title: no recognizable versions ``` From https://github.com/mdn/yari/pull/1514/checks?check_run_id=1290814201...

enhancement

Hello ! I know there are many issues related to this problem but still can't make it to work. The repo is under our organization and I created the new...

Bumps [tap](https://github.com/tapjs/node-tap) from 15.1.1 to 16.3.0. Release notes Sourced from tap's releases. v16.0.0 https://node-tap.org/changelog/#160---2022-03-05 Commits 27703e4 16.3.0 93ee27c expose tap/mocha 73e3f7e ignore a flaky coverage else branch c507640 update cli...

dependencies

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.0. Changelog Sourced from @​actions/core's changelog. 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of @actions/http-client #1087 1.8.1 Update to v2.0.0...

dependencies

All of a sudden I've been getting this error. ``` /action/node_modules/@actions/core/lib/core.js:94 throw new Error(`Input required and not supplied: ${name}`); ^ Error: Input required and not supplied: github-token at Object.getInput (/action/node_modules/@actions/core/lib/core.js:94:15)...

invalid

@ahmadnassri I use a self hosted runner (Raspberry Pi) but I can't use it with this docker image because it's only published with **linux/amd64** platform: https://hub.docker.com/r/ahmadnassri/action-dependabot-auto-merge/tags I suppose that you...

https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/ > Starting March 1st, 2021 workflow runs that are triggered by a pull request from Dependabot will be treated as if they were opened from a repository fork. This...