alleyinteractive / .github

https://alley.com
1 stars 1 forks source link

Use `.deployignore` or `.distignore` if available #41

Closed renatonascalves closed 1 year ago

renatonascalves commented 1 year ago

I'm not convinced that .deployignore should be required for this action. This action is to create a built branch, presumably for submodules, not deploy code to SVN or external tools.

Also, .distignore is the version that can be used with wp dist-archive (source: https://developer.wordpress.org/cli/commands/dist-archive/). And .gitattributes is also commonly used. But we are not taking it into account here.

To avoid issues, it's better to not make any of those required. And let the plugin applying the action to use any of those files.

resolves #40