diff --git a/generators/src/main/java/com/algolia/codegen/AlgoliaJavaGenerator.java b/generators/src/main/java/com/algolia/codegen/AlgoliaJavaGenerator.java index 9fadd083e5..6c6e363993 100644 --- a/generators/src/main/java/com/algolia/codegen/AlgoliaJavaGenerator.java +++ b/generators/src/main/java/com/algolia/codegen/AlgoliaJavaGenerator.java @@ -58,7 +58,7 @@ public void processOpts() { supportingFiles.add(new SupportingFile("LICENSE", "", "LICENSE")); supportingFiles.add(new SupportingFile("issue.yml", ".github/workflows", "issue.yml")); supportingFiles.add(new SupportingFile("Bug_report.yml", ".github/ISSUE_TEMPLATE", "Bug_report.yml")); - supportingFiles.add(new SupportingFile("do-not-edit-this-repository.yml", ".github/workflows/", "do-not-edit-this-repository.yml")); + supportingFiles.add(new SupportingFile("do-not-edit-this-repository.yml", ".github/workflows", "do-not-edit-this-repository.yml")); reservedWords.removeIf(word -> word.equals("configuration")); diff --git a/generators/src/main/java/com/algolia/codegen/AlgoliaRubyGenerator.java b/generators/src/main/java/com/algolia/codegen/AlgoliaRubyGenerator.java index f37225b6e7..a4d1d14347 100644 --- a/generators/src/main/java/com/algolia/codegen/AlgoliaRubyGenerator.java +++ b/generators/src/main/java/com/algolia/codegen/AlgoliaRubyGenerator.java @@ -45,7 +45,7 @@ public void processOpts() { supportingFiles.add(new SupportingFile("LICENSE", "", "LICENSE")); supportingFiles.add(new SupportingFile("issue.yml", ".github/workflows", "issue.yml")); supportingFiles.add(new SupportingFile("Bug_report.yml", ".github/ISSUE_TEMPLATE", "Bug_report.yml")); - supportingFiles.add(new SupportingFile("do-not-edit-this-repository.yml", ".github/workflows/", "do-not-edit-this-repository.yml")); + supportingFiles.add(new SupportingFile("do-not-edit-this-repository.yml", ".github/workflows", "do-not-edit-this-repository.yml")); // Remove some files we don't want to output or change their paths supportingFiles.removeIf( diff --git a/templates/csharp/do-not-edit-this-repository.yml b/templates/csharp/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/csharp/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/dart/do-not-edit-this-repository.yml b/templates/dart/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/dart/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/go/do-not-edit-this-repository.yml b/templates/go/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/go/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/java/do-not-edit-this-repository.yml b/templates/java/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/java/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/javascript/do-not-edit-this-repository.yml b/templates/javascript/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/javascript/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/kotlin/do-not-edit-this-repository.yml b/templates/kotlin/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/kotlin/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/php/do-not-edit-this-repository.yml b/templates/php/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/php/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/python/do-not-edit-this-repository.yml b/templates/python/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/python/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/ruby/do-not-edit-this-repository.yml b/templates/ruby/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/ruby/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/scala/do-not-edit-this-repository.yml b/templates/scala/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/scala/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file diff --git a/templates/swift/do-not-edit-this-repository.yml b/templates/swift/do-not-edit-this-repository.yml new file mode 120000 index 0000000000..05fdc83be2 --- /dev/null +++ b/templates/swift/do-not-edit-this-repository.yml @@ -0,0 +1 @@ +../do-not-edit-this-repository.yml \ No newline at end of file