WIP: Forgejo / Gitea support#7822
Conversation
f491a65 to
2bdafac
Compare
2bdafac to
0b7ae54
Compare
|
|
||
| ## Single Repository | ||
|
|
||
| Add the following to an `azure-pipelines.yaml` file within your code repository: |
There was a problem hiding this comment.
Oops, I took this one as the template and must have overlooked that 🙂
|
Just a short headsup, it seems like I have to replace nearly all pygithub commands with requests calls, first full draft might still be lots of conditions in the GithubCommentReporter, but in the end it might be better to split it out into it's own reporter. |
|
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
|
@lumarel i agree, if the github libraries are not matching forgejo / gitea apis, let's create new reporters :) |
As already mentioned in the issue currenlty looking into making megalinter work for Forgejo / Gitea.
Mostly it seems like it will just work, there are only a few details that make it break.
This is mostly a PoC for now, still have to test if the changes of the reporter actually work,
though if you want you can already give feedback, might just not be finished yet.
Fixes #7779
Proposed Changes
Currently the plan is to:
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breakingif this is a large fundamental changeautomation,bug,documentation,enhancement,infrastructure, orperformance