ahmadnassri / action-dependabot-auto-merge

Automatically merge Dependabot PRs when version comparison is within range
MIT License
342 stars 48 forks source link

Dependabot not allowing merges from github-actions #1

Closed ttshivers closed 4 years ago

ttshivers commented 4 years ago

This action correctly makes a comment "@dependabot merge", however Dependabot responds with "Sorry, only users with push access can use that command."

ahmadnassri commented 4 years ago

correct, you'll need to use a specific user's Personal Access Token to facilitate merging.