Megalinter : Does it Create a PR with fixes from Megalinter #1938
Hareshraman
started this conversation in
General
Replies: 1 comment 3 replies
-
Sorry, I am not sure that I understood your question. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi , i happened to integrate megalinter as a github workflow and used the base template available and edited a few configurations to maintain consistency across my repositories although as a part of template I do see 3 steps as a part of the job , which are
i also have enabled the required environment variables for
i have passed the right PAT token with the read and write access to repositories. May I know if these actions work as per expectation ?
Create pull request if applicable (for now works only on PR from same repository, not from forks)
Create New PR Output
Push new commit if applicable (for now works only on PR from same repository, not from forks)
May I know in which step we are adding fixes to a PR ? is it an action ? or a step that I'm missing
I even tried testing it with a echo step on a linux runner , even an echo step is skipped after archiving artifacts , removed archiving artifacts step too, after the Megalinter step all steps are skipped .
Beta Was this translation helpful? Give feedback.
All reactions