-
-
Notifications
You must be signed in to change notification settings - Fork 65
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 custom rules to depot #67
Comments
Good shout! You'd have to extend the action to support this kind of functionality. This repo is open for everyone to contribute to and makes for a stable central logic that everyone can use. |
If I understand correctly, the question can be summarized like this:
I'd say it's important to have a good understanding of how github actions work first. Here's a great starting point: https://docs.github.com/en/actions/creating-actions The steps required to customize and add
If you plan to contribute changes back to the repository with a pull-request, make sure you follow the contributing guidelines. Let us know if you have questions 🙏 |
Thanks everyone, I have no issue making it in my fork, I just put it here to keep track. I will check @GabLeRoux solution and if it works and usefully I will come back with PR. |
Depot file it's not just folder with a game, it's have much more important rules like
FileProperties
orFileExclusion
how can I add a such options to generated depot?The text was updated successfully, but these errors were encountered: