agorapulse/pierrot

How to configure pierrot to use the enterprise github instead of github

shreyasdn opened this issue · 3 comments

Is there a way to use the enterprise github url for fetching files from github. I ask this as GitHub API for Java supports enterprise github as well. If not there i would like to see if i can contribute to this.

Hi, the support is not there yet. If you would like to contribute then

  1. Add new required properties to GithubConfiguration (enterpriseUrl, enterpriseOauthToken)
  2. Use the properties when creating GitHub instance

Ok will take a look and try to raise the PR for this. Can you provide any contribution guidelines to be followed. I do not see it in the documentation.

Great, thank you too