We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am currently running dependabot script in a private environment and I would like to leverage this Action
The main challenge at the moment is this action expects the sender to be an specific user that does not meet my environment:
https://github.com/ahmadnassri/action-dependabot-auto-merge/blob/master/action/index.js#L21-L24
Would you consider adding a parameter to this action to support this use case? We can default it to dependabot[bot] and dependabot-preview[bot]
dependabot[bot]
dependabot-preview[bot]
I am willing to submit a PR given that you agree with this change
The text was updated successfully, but these errors were encountered:
for sure, a PR is most welcome
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I am currently running dependabot script in a private environment and I would like to leverage this Action
The main challenge at the moment is this action expects the sender to be an specific user that does not meet my environment:
https://github.com/ahmadnassri/action-dependabot-auto-merge/blob/master/action/index.js#L21-L24
Would you consider adding a parameter to this action to support this use case? We can default it to
dependabot[bot]
anddependabot-preview[bot]
I am willing to submit a PR given that you agree with this change
The text was updated successfully, but these errors were encountered: