-
Notifications
You must be signed in to change notification settings - Fork 170
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
Extend Check File Name Includes plugin to allow regex pattern #612
Extend Check File Name Includes plugin to allow regex pattern #612
Conversation
@HaveAGitGat Hi, I see the checks are failing at "auto_compile_and_push" because of an error while executing a git command. I don't see more detail. Anything I can do on my side ? |
Hmm well seems when trying to auto-compile any ts changes into js it fails with error 128 which is permissions related from |
Ok so got there in the end. As mentioned here there is a workaround but can be a bit dangerous with fork PRs so I changed it so that it only auto builds PRs from the parent repo. For forks it just throws an error if someone has forgotten to commit their js changes. Better way to do this would be to have PRs go to a |
Aside from that looks good and works well, ty. |
Thank you for taking the time to describe the nature of the problem. Interesting food for thoughts ! |
Hello there,
Resolves #606. This is my proposal for :