-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 .tap/ to .gitignore #51
Comments
In which repo were they having issues? tap 18 uses the Blue Oak license and it’s disallowed for the moment - so we won’t be able to update anyway I also want to signal the fact that license checker is not picking this up |
Of course that doesn’t mean we shouldn’t add .tap to gitignore Just pointing it out |
We cannot, at this time, update to |
Needs tearing out of https://github.com/fastify/github-action-merge-dependabot then :/ |
Can you clarify? |
github-action-merge-dependabot does not have a licencechecker job in its workflows. But we also saw tap PRs in other repos, which were rejected because of not supporting node14. So i wonder if any of those PRs triggered the license check job to fail. |
|
I think we do need to add this to the ignore files. |
Now that we have feedback by @mcollina , that only productive code needs to have OSI approved licenses, we can progress on this issue. Sorry for the additional work you had in fastify/workflows#98 |
Let me ask specifically to OpenJS but that's my 2 cents. |
Didn't expect that an issue to add a folder to .gitignore would get so much attention 😄 |
Discussions seem positive as noted in fastify/workflows#97 I'll pick this up and mass update the repos early next year. |
I will sort this tomorrow now that BlueOak is OSI approved, and then do a batch of PRs to all the repos to update their Edit: holding fire until fastify/workflows#97 (comment) is resolved. |
Prerequisites
🚀 Feature Proposal
Add .tap/ to .gitignore. It seems that tap version 18 is generating the artifacts. Thats why @groozin was having "suddenly" the .tap folder issue.
As github-action-merge-dependabot was the first repo which could move to tap 18, it was the first repo, which showed this issue.
We should be prepared and add .tap/ folder to the skeleton and from the skeleton to all repos, as usual.
@Fdawgs
@simoneb
Motivation
No response
Example
No response
The text was updated successfully, but these errors were encountered: