-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Add GHES support #363
Comments
Thanks for this! Unfortunately we don't have a GHES subscription so we can't easily test this. It seems like a fairly simple change, would you like to send a PR for this? |
🎉 This issue has been resolved in version 3.6.0 🎉 The release is available on: Your optic bot 📦🚀 |
Still not quite working – works for |
🎉 This issue has been resolved in version 3.6.1 🎉 The release is available on: Your optic bot 📦🚀 |
Prerequisites
🚀 Feature Proposal
Currently automerging dependabot PRs does not work in GitHub Enterprise Server environment.
You'll get error from
dependabot/fetch-metadata@v1
.I believe this could be easily solved just by passing
skip-commit-verification
todependabot/fetch-metadata@v1
(https://github.com/dependabot/fetch-metadata) action.I'd propose adding new input
skip-commit-verification
and then passing it todependabot/fetch-metadata@v1
.Motivation
Support for GHES.
Example
The text was updated successfully, but these errors were encountered: